Trying to add Google OAuth to authenticate users. Created the needed Google Developer project and added the client ID and secret.
When clicking “Login with Google”, I get an authorization error - Error 401: invalid_client
Seems like your extra quotes " in values are causing the problem.
Remove them and try again.
(you can debug the client_id that is being sent to google by tracing the redirects from the browser)