Skip to content
Discussion options

You must be logged in to vote
Admin verified this answer by elrido Oct 22, 2025

The error from the browser console will tell - my bet is on the WASM streaming we introduced in 1.7.6, which requires a webserver with mime type support for application/wasm configured. This can be manually added to the webserver configuration, such as /etc/nginx/mime.types or the hosts /etc/mime.types file, if necessary.

From the change log for 1.7.6:

  • CHANGED: Switched to WASM streaming and replace unsafe-eval with wasm-unsafe-eval CSP declaration (#1464), requires webserver to have application/wasm MIME type configured.

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@elrido
Comment options

Answer verified by Admin Oct 22, 2025
@tristanlatr
Comment options

@tristanlatr
Comment options

@rugk
Comment options

rugk Oct 21, 2025
Maintainer

@tristanlatr
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
4 participants