I’m using Metabase 0.46.2 Open Source and I’ve enabled Google Sign-in using the documentation here.
When I try to sign in using “Sign in with Google” button a new window pops up and stays blank.
The error message I get both from my Metabase instance and pop-up window dev tools is more or less the same which is this:
[GSI_LOGGER]: The given origin is not allowed for the given client ID.
Email/Password sign in work fine. But I’ve tried Google sign in on chrome 112 and Microsoft Edge on windows11 and Firefox and chrome on CentOS7 VM (I’ve also tried incognito mode). In All cases the same error message and white blank pop-up window.
The URI Metabase instance I’m using is “http://metabase01.xyz.com:3000”
I’ve specified the same URI under “Authorized JavaScript origins” and left “Authorized Redirect URIs” untouched. I’ve made sure the Client ID I’m using in Metabase Admin -> Authentication is exact as in the Google client.
Can anyone help me how I can fix this issue?
Thanks!