You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the instructions to run the source code, when I try to sign-in from google the following error is shown in the console:
Object { error: "idpiframe_initialization_failed", details: "You have created a new client application that uses libraries for user authentication or authorization that will soon be deprecated. New clients must use the new libraries instead; existing clients must also migrate before these libraries are deprecated. See the Migration Guide for more information." }
It seems that this is because the app uses react-google-login, and react-google-login uses the "Google Sign-In JavaScript Platform Library" which will be discontinued after March 31 2023. react-google-login is no longer maintained as well.
The text was updated successfully, but these errors were encountered:
Following the instructions to run the source code, when I try to sign-in from google the following error is shown in the console:
Object { error: "idpiframe_initialization_failed", details: "You have created a new client application that uses libraries for user authentication or authorization that will soon be deprecated. New clients must use the new libraries instead; existing clients must also migrate before these libraries are deprecated. See the Migration Guide for more information." }
It seems that this is because the app uses react-google-login, and react-google-login uses the "Google Sign-In JavaScript Platform Library" which will be discontinued after March 31 2023. react-google-login is no longer maintained as well.
The text was updated successfully, but these errors were encountered: