Hello,
I am trying to implement google one tap login but I get the "[GSI_LOGGER]: The given origin is not allowed for the given client ID". error. I have tested the application locally and it works, but once deployed, it is showing the error.
The production application uses https
The Authorised Javascript Origin includes our url.
The id for the account, when I inspect the code, matches exactly the client_id for the given account.
We are already using the account for the sing up/login button and it is working correctly.
What could be the issue?
Thanks in advance
Did you managed to solve the issue?