-
Notifications
You must be signed in to change notification settings - Fork 103
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
503 - User is not defined #19
Comments
The problem was validateScope method. Commenting it fixed the issue, but probably mess up another thing. |
Any idea on how to properly validate the scope? Scope parameter is always undefined. |
@kosicki123 Have you solved it yet ?! |
It works for me after I replaced: |
Nope, still unsolved :( |
This should work function validateScope(user, client, scope) { |
Hi, I'm having this error using MySQL. I've just changed the path to the database. Nothing else was changed. Any ideas?
{
"statusCode": 503,
"status": 503,
"code": 503,
"message": "user is not defined",
"name": "server_error",
"inner": {}
}
The text was updated successfully, but these errors were encountered: