Google Authentication - Sorry ran into bug

Is anyone else having an issue with signing a user up using the Bubble Google Plugin? I keep receiving this error. (This is just captured using a custom toast)

The weird part is that the user gets created no problem. But I have an action to navigate to a certain page after the user is created, but when this error occurs, it bypasses that workflow action.

Any advice? Anyone else seeing this in their app? Is it because I’m on Google’s test version?

@jared.gibb - Sorry to pull you in. I know I’ve seen you mention some issues with Google. Any tips you might have here for me? :slightly_smiling_face:

Have you checked you browser developer tools console to see what that ‘temporary bug’ might actually be?

If that message is from Bubble and is generic, you can usually see in your developer console an actual explanation (although maybe hard to decipher).

@lantzgould

Here is a video of me using Google oAuth in an app without issue

Here is a video on how to set things up (at least how I set it up for this app)

Thanks @boston85719. My setup is the same. I’m seeing this in the console, even though all three basic scopes are added.

The weirdest part is that the user gets created no problem. But it only errors upon return to the bubble app, but then proceeds. I’ve been seeing this after the API connector update, even though I’m not using that for this Google Auth.

Incognito produces the same thing, so don’t think it’s a cookie issue.

I figured it out. It was a Stripe API Call being made as the step directly after. Actually, anywhere in the Google Sign Up flow produces this error.

I moved the Stripe Call to a custom event on the next page, error goes away. Still think there’s a bug in the Oauth flow, but this will do for now.

1 Like

Sorry man, I’m unfamiliar with that error.

This topic was automatically closed after 14 days. New replies are no longer allowed.