• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Fatal Error 401 with Google Social Login

Status
Not open for further replies.

spazl

Chevereto Member
I have the settings setup just fine in google but when i try to log in with a google account it goes through all the way with Google till it has to go to the website and gives a error 401 here is the error code..

Code:
Fatal error [401]: Error fetching OAuth2 access token, message: 'invalid_client'
Triggered in /app/vendor/google/auth/Google_OAuth2.php at line 115

Stack trace:
#0 /app/vendor/google/Google_Client.php(127): Google_OAuth2->authenticate(Array, NULL)
#1 /app/routes/route.connect.php(182): Google_Client->authenticate()
#2 /lib/G/classes/class.handler.php(206): G\Handler->{closure}(G\Handler)
#3 /lib/G/classes/class.handler.php(110): G\Handler->processRequest()
#4 /app/loader.php(258): G\Handler->__construct(Array)
#5 /index.php(20): include_once('/app/loader.php')
 
401 means unauthorized. Make sure that the Google App credentials are OK.
 
Status
Not open for further replies.
Back
Top