Replies: 1 comment 1 reply
-
Hey @efeichen, I double checked this and got the same results. Are we sure Miro didn't change any URLs? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Question 💬
I wrote a simple custom provider for Miro that worked smoothly in v3. However, after migrating to v4, I received an
oauth_callback_error expected 200 OK, got: 500 Internal Server Error
. I will attach my provider config below, but I'm looking for some pointers as to what might cause the oauth flow to break in the newer version? Or some tips how to debug? Thank you very much 🙏Here's a stack trace of the error:
How to reproduce ☕️
Below is my next-auth config. It's pretty straightforward except Miro also asks for
clientId
andclientSecret
in the token URL.To fully produce the issue, one might need to be on the Miro dev platform and make a Miro app.
Contributing 🙌🏽
Yes, I am willing to help answer this question in a PR
Beta Was this translation helpful? Give feedback.
All reactions