Argon2 not installed

Not sure why, updated to latest version. Created a new node js project using docker.

Testing the first page, a registration page, getting 500 errors because argon2 was missing. Similar to this thread: Argon2 module_not_found NodeJS

went to terminal in wappler and manually installed argon2, refreshed services. Started working. So if you get this error: “Cannot find module ‘argon2’\nRequire…”

you need to use the terminal to run this command: npm install argon2
Then click deploy.

node version 16

Community Page
Last updated: