On my instance only - upgrade to 2.0.1 (or to 1.7.6): Suddenly WebAssembly support is broken #1683
-
Describe the problem/questionWhen I try upgrading my instance to 2.0.1 (or 1.7.6), my instance always tells me that my browser suddenly doesn't support WebAssembly. Did you use the FAQ section?
What you did?
What happensEverything seems to work but all my browsers (including vanilla Chromium) suddenly get the "WebAssembly is not supported" error. Additional informationEverything else seems to work perfectly fine, it's just the WebAssembly error that suddenly appears. My instance is deployed via source code release and PHP-FPM 8.3 Server address(Still on 1.7.4 for now) Server OSDebian 12 Webservernginx PrivateBin version1.7.4 Browser and versionLibrewolf 144 Local operating system and versionManjaro Linux KDE Issue reproducibilityNo, I cannot reproduce it on https://privatebin.net. Config filesphp-fpm pool file for privatebin conf.php nginx |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
|
You need to provide some frontend debugging information like browser version and what error message is shown in the console. Alos check of your server delivers the wasm file with the correct header, you should also see that in the developer (network) console. See also: https://github.com/orgs/PrivateBin/discussions/1543 |
Beta Was this translation helpful? Give feedback.
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: