If you see here: https://supertokens.io/docs/email...
# support-questions
r
If you see here: https://supertokens.io/docs/emailpassword/quick-setup/backend#4-add-the-supertokens-error-handler The code snippet says to add your own error handler
app.use((err, req, res, next) => {...});
. Which will get the error that will explain what's wrong.