Arcade Oauth callback endpoint throwing 500's #532
Unanswered
davedodea
asked this question in
Q&A | Troubleshooting
Replies: 1 comment
-
Hi @davedodea, thanks for your patience! |
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.
-
I'm attempting to authorise the Notion toolkit. I have a custom Notion provider in place and I have set up a the customer verifier endpoint in my app via the Arcade dashboard.
User clicks authorize for the Notion toolkit - app redirects to:
https://www.notion.so/install-integration?response_type=code&client_id=24dd872b-594c-8056-b0a7-00373f87b16d&redirect_uri=https%3A%2F%2Fcloud.arcade.dev%2Fapi%2Fv1%2Foauth%2Ff4c6b_ap_XpDsNFgo5Hmr%2Fcallback&state=877f76fd-b5de-47aa-9793-65e940a38cf2&owner=user
User confirms scopes, gets redirected to:
https://cloud.arcade.dev/api/v1/oauth/callback_verify?flow_id=877f76fd-b5de-47aa-9793-65e940a38cf2
This cal throws a 500 with:
Any thoughts or more info I can share to debug?
Beta Was this translation helpful? Give feedback.
All reactions