My Qt Quick Web Assembly app won't to pass over the loading screen
-
wrote on 12 May 2025, 13:43 last edited by 1XU7 5 Dec 2025, 15:03
Hi...
My application works offline correctly, but when i upload to my hosting, it won't start, it keeps on the Loading screen.
WASM file is about 20mb so it should load in 5 seconds approx.I think i have uploaded all needed files... not sure..
I'm using Qt Quick Qt 6.9.0Thanks in advance.
-
Have you set the mime type as instructed by the error log?
-
wrote on 13 May 2025, 20:11 last edited by 1XU7
-
I don't know, sorry.
-
wrote 21 days ago last edited by
If I remember well, this SharedArrayBuffer is needed when using wasm multithreading.
If your app does not need multithreading, use Qt wasm single threading.
If multithreading is needed, check https://forum.qt.io/post/765010