As per bubble plugin documentation, the redirect URL that should be provided in google console is ‘https://testapp.bubbleapps.io/api/1.1/oauth_redirect’ but it says redirect URL in the request is something else.
Where do we configure redirect URI in the request?
Hello. I don’t know if you were able to resolve this, as the thread is a bit old, but this is a pretty simple fix.
If you have not done so, yet, you will need to register your app with Google in the Google Developer Console. Once you have done this, you will need an API key for the service you are trying to use. In the Authentication section, you will be able to set your “redirect URL”. You can post both a development and live URL in the domains, which will allow your user to be directed to the appropriate page after authentication. Just make sure the page you are redirecting to is the same page from which the user logs in.
Use the generic redirect URL as described in the Bubble docs. (There’s no way to register all of your pages as they should be dynamic [else why are you using Bubble?].)