Issue using Oauth

Hi,

I’m trying to implement a system where you can link your discord account to your account (using the ‘Discord’ plugin).

Since I’m silly and have vague knowledge on how this works - I’m seeking advise.
The API key and secret are up and running, no issues there.

I’ve created a button that opens up a page that is provided by discord’s 0auth page. The return URL for that connection is “https://myapp.bubbleapps.io/api/1.1/oauth_redirect”. However, when it returns to this page, it shows:

{“statusCode”:400,“body”:{“status”:“ERROR”,“message”:“Missing state from oauth provider”}}

How do I fix this please?

Which Discord Plugin are you using?, Both work, all you have to do is setup with the discord tokens, and going into a workflow, and signup with social media

Hi !
I am getting the same problem (using Bubble API connector).
Were you ever able to fix it ?