-
Notifications
You must be signed in to change notification settings - Fork 74
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
A2Module is not defined #269
Comments
Great, so it's a Firefox related issue. Thanks for the bug report. I'll check it out. |
Oops, yes. Firefox 63.0 on KDE Neon stable. |
Same problem on 64b4 |
Same problem on firefox 63.0.1 on windows |
Same issue on FF63 Linux with Gdrive |
I was suspecting A2Module was a reference to Argon2. |
I'm really struggling with this one. Tusk 2018.9.27 works on FF 61, breaks on 63. Couldn't find anything helpful in the 62 or 63 changelog to see if wasm loading was altered. According to the debug logs, I need to go study what @antelle did in keeweb/keeweb@32dcb31 -- I haven't really touched the argon2 bits since I added them last July, and I followed his lead. It looks like things changed last November and I never noticed the changes. This may also solve #268, #212 Edit: I don't know why I'm having an issue with loading these scripts, but Antelle appears to side-step that by pre-compiling the webassembly in with require.js. |
As reported in #276, I'm also experiencing the same issue with the current Firefox Developer. |
Thanks @mistery. I've done a bit more research since the last comment, and I believe this can be solved with the wasm-loader webpack plugin. Sorry this has taken a while to get to. I know it's a critical issue. As mentioned above, Firefox changed something between 61 and 63 that breaks WASM compilation, but they didn't mention it in the changelog. |
No worries. I'll check again in the near future. If you need me to test some pre-release version, I'd be happy to, as well. |
This has been fixed and updated in the firefox store: version 2018.11.28 Please, PLEASE let me know if this does not solve your issue. |
Thanks a lot! I can confirm that it works now (for me, at least). Now I can try out the features of the addon. So far it looks and behaves great. |
This is now working for me as well. Thanks! |
I'm running a nextcloud instance on yunohost that stores my kdbx. I set Tusk to look for it via WebDav, all good here. After unlocking the db i get an error: "A2Module is not defined" and the db stays locked. Is this an apache2 configuration issue?
The text was updated successfully, but these errors were encountered: