chat-ui
chat-ui copied to clipboard
Login issue after deployment
I have used a Google OpenId for login and it works fine in the local machine but is not working after deployment. I have added the needed origin URI and redirect URL in Google Console.
Issue screenshot that I got after deployment:
Can you give more context?
Hello, I had the same issue here, I solved it by changing the PUBLIC_ORIGIN field in .env.local file to my URL.
That fixed it for me too. Thanks, @ahmedJaafari .