Hi everyone,
I'm facing a persistent issue with Google authentication on a self-hosted Chatwoot instance running on Cloudron.
When I click on "Sign in with Google", the OAuth URL that's generated is still the following:
The issue is that this client_id refers to an old OAuth credential, even though I have updated the correct GOOGLE_CLIENT_ID in /app/data/env.sh with a completely different ID.
I've saved the file and restarted both the services and the app multiple times — but the old ID is still being used.
Is there some caching or compilation step I might be missing?
Do I need to recompile Chatwoot or reload something beyond restarting the app?
Thanks