-
-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to load. #1842
Comments
Can you please try changing location directive as in https://github.com/cinnyapp/cinny/blob/dev/docker-nginx.conf looks like response code 200 is an issue in your conf |
https://cinny.rollenspiel.chat/olm.wasm serves olm.wasm file but when app logs in it request for olm.wasm file from https://cinny.rollenspiel.chat/home/olm.wasm (/home or * any current url) which results in index.html file being served as your location directive is |
this works, thanks |
Would y'all happen to know how to fix this error in caddy? I only use caddy and it seems some of the stuff you're doing in that config isn't covered here: https://caddyserver.com/docs/caddyfile/directives/rewrite |
@viasux Just turn on |
Describe the bug
Since update 4.0.0 i get this error:
Failed to load. wasm validation error: at offset 4: failed to match magic number
Browser Console:
Reproduction
I use the pre-compiled files and place them on the web server.
I adjust the nginx config
I try to log in.
Expected behavior
No response
Platform and versions
Additional context
I use a reverse proxy to forward the public requests to the vserver and I have stored the following nginx config there:
The text was updated successfully, but these errors were encountered: