Error with authentication in NodeJS

I did every step and I’m getting this error:

{"status":"500","message":"auth.permissions needs to be extended.","stack":"Error: auth.permissions needs to be extended.\n at DatabaseProvider.permissions (/opt/node_app/lib/auth/provider.js:131:15)\n at DatabaseProvider.restrict (/opt/node_app/lib/auth/provider.js:83:40)\n at App.restrict (/opt/node_app/lib/modules/auth.js:46:25)\n at App._exec (/opt/node_app/lib/core/app.js:251:57)\n at App.exec (/opt/node_app/lib/core/app.js:204:20)\n at App.exec (/opt/node_app/lib/core/app.js:197:28)"}

This is my server side action:

This should be fixed with the upcoming update.

It’s not completely fixed. It’s like every time I change something on my page, the user disconnects and I need to load again the login.

This topic was automatically closed after 44 hours. New replies are no longer allowed.