William
01/09/2024, 1:59 AMGET <http://localhost:8080/review/composeApp.wasm> 404 (Not Found)
Failed to execute 'compile' on 'WebAssembly': HTTP status code is not ok
TypeError: Failed to execute 'compile' on 'WebAssembly': HTTP status code is not ok
if i were to open a url like <http://localhost:8080/auth/login>
i'll get an error,
as far as i know, const wasmFilePath = './composeApp.wasm';
means it's trying to load <http://localhost:8080/auth/composeApp.wasm>
instead of <http://localhost:8080/composeApp.wasm>
.. it's relative to the current url.
if i were to open a url like <http://localhost:8080/login>
then it's ok..
source from #compose-web