You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hello! I am trying to set up an Oauth2 app to connect with a web app (Django backend with a Next.js frontend). We already have an app running in production, so I doubt I made an error in the code; I believe there's a mistake somewhere in the setup.
I allowed the entire set of permissions (since I didn't know what exactly we needed).
Once I get past allowing the app for the current user, I get an error screen that says just "Something went wrong". After clicking the Allow button, the browser navigates to:
and the response is {"error":{"category":"generic"}}
On the frontend, I'm following this URL:
Where I filled in the YOUR_USER_BOUND_VALUE beforehand.
I've taken a look and client id and secret seem to be properly filled in at the backend. The API calls seem to run without errors.
I even tried setting up ngrok in order to have https urls, but no change.
I've shared the app, and I'm using the same email address from the app I'm trying to authorize as the one that owns the Confluence app.
Same issue trying to configure AWS Appflow with Jira Connector, although I gave all the permissions (and granulars too) to the Jira App.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.