Google oauth error 400: redirect uri mismatch

Hey guys, im trying to setup google sign in, in my flutter app. When i launch the app(linux) and click the google sign in button, i get redirected to the browser with a google flow giving me error 400: redirect uri mismatch. I found an issue about it, and also followed documentation on this, and added https://<project-ref>.supabase.code/auth/v1/callback to google cloud console web client id uri whitelist, but I still get the error. Any help with this? Thanks, George.
Was this page helpful?