Hello bubble users! i need help, im using an api called discord api (Discord API (Updated) Plugin | Bubble) and ive set it up and everything but when i use the redirect https://heavensellz.bubbleapps.io/api/1.1/oauth_redirect it responds with this: {
“statusCode”: 400,
“body”: {
“status”: “ERROR”,
“message”: “Missing state from oauth provider”
}
}
Im not sure what do to
The error “Missing state from oauth provider” means the state parameter is missing or not transmitted correctly during OAuth authentication. While Discord does not require it (see here: Discord Developer Portal), it’s recommended for security.
If Discord doesn’t require it but you still get this error, it might be because your application (or the API) expects the parameter, or there may be an implementation issue.