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?