This provider is disabled. #1383
Unanswered
rafaelvicio
asked this question in
Help
Replies: 1 comment
-
The problem here comes from Strapi, as we don't emit any error message like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
The error 'This server is disabled.' is being returned in the callback
Steps to reproduce
source: https://strapi.io/blog/user-authentication-in-next-js-with-strapi
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots or error logs
https://imgur.com/IYDaTeP
account {"provider":"github","type":"oauth","id":10675033,"accessToken":"f99b96f25b7d08e2dbe5e4c1e28d8dd13a65578d","accessTokenExpires":null,"access_token":"f99b96f25b7d08e2dbe5e4c1e28d8dd13a65578d","scope":"user","token_type":"bearer"} data {"statusCode":400,"error":"Bad Request","message":[{"messages":[{"id":"provider.disabled","message":"This provider is disabled."}]}],"data":[{"messages":[{"id":"provider.disabled","message":"This provider is disabled."}]}]}
Additional context
I tried again with Facebook Provider but the same problem was presented.
Feedback
Beta Was this translation helpful? Give feedback.
All reactions