Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

JavaScript Google OAuth problem

weisr

New Coder
Greetings,
I am having a problem with the new google OAuth, as when I click on the "sign in" button I get a blank site instead of my account choices.

Could anyone have a look at the code and help me find the problem?


Thank you in advance for any help.
 
Greetings,
I am having a problem with the new google OAuth, as when I click on the "sign in" button I get a blank site instead of my account choices.

Could anyone have a look at the code and help me find the problem?


Thank you in advance for any help.
Hi there,

Do you get any error message in console when you try to connect?
 
So that first error right there tells you that you are more than likely using an up-to-date version of React, trying to call a function that is no longer in support. Try using the suggested function call the error is mentioning
I fixed that error, but I still get a blank page

1669145258907.png

Everyone that got these 2 errors (shown above) solved it by adding http://localhost to the Authorized JS origin, but I already had that and it still isn't working.

1669145334190.png

Does anyone have any idea how to fix this?
 

New Threads

Latest posts

Buy us a coffee!

Back
Top Bottom