Godot looking for .wasm.wasm file

Godot Version

4.3

I’m trying to host my game on a website but I’m getting this error. I have no experience with making a website so I don’t know if this is godot’s fault or something else. None of my files have a .wasm.wasm extension and there isn’t mention of a .wasm.wasm in any of the website files.

Wasm files are WebAssembly files that godot translates its code to when you export your game to web. My guess is that you have your files set up incorrectly, since the game files cannot be found. How is your server and its files set up?