Markus
02/04/2024, 6:02 PMwasm streaming compile failed: TypeError: Failed to execute 'compile' on 'WebAssembly': Incorrect response MIME type. Expected 'application/wasm'.
• tried to add the content type the .htaccess in the deployment directory by
◦ AddType application/wasm .wasm
• doesnt change anything although the htaccess file is recognised since the DirectoryIndex index.html
directive works
• Dont have much control over the web server (some apache) as its hosted by my ISP (ionos.de)
anyone any ides / thoughts?Markus
02/04/2024, 6:08 PM