Bug when deploying a game after exporting to web

Hi,
I exported my game to web, I deployed it and for some reason it doesn’t work… I got these two errors:

GET https://master.d2tfhy1ylkt52p.amplifyapp.com/Extensions/BBText/pixi-multistyle-text/dist/pixi-multistyle-text.umd.js net::ERR_ABORTED 404

Uncaught (in promise) RuntimeError: abort(CompileError: WebAssembly.instantiate(): expected magic word 00 61 73 6d, found 3c 21 44 4f @+0). Build with -s ASSERTIONS=1 for more info.
at Ot (Box2D_v2.3.1_min.wasm.js:1:3686)
at Box2D_v2.3.1_min.wasm.js:1:9060

I did the same process with other games and it worked fine, that happens only with this game…
Someone know what can I do to solve these errors?
Thanks.