-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temporary failure in name resolution for googleapis.com #3320
Comments
Assigning to @getsentry/support for routing ⏲️ |
What version of self-hosted Sentry were you running before? It's likely that this is an issue with your VM and that there is some networking issue going on here. |
@hubertdeng123 We were running Sentry 24.4.4 on CentOS 7 and are now running 24.8.0 on Debian 11. I tried finding differences between the instances, as the old one is still running. But I can't seem to spot any. The new VM seems to be working fine, also in combination with other Docker services. It's just that Sentry can't reach Google or our Slack integration for instance. |
After hours and hours, I found the problem. Firstly, I checked if the internet issue was limited to Sentry or all of Docker. I did this by using the lightweight Busybox image:
As you can see, Busybox is also unable to access the internet. So it isn't a Sentry issue. Using the host network:
So the issue is in the Docker network. I inspected the network:
Which looked all good. Then ChatGPT suggested stopping Docker, deleting the
And magically.. we now have internet. I have no clue what the |
Environment
self-hosted (https://develop.sentry.dev/self-hosted/)
Steps to Reproduce
We are currently installing a clean Sentry setup when migrating from CentOS 7 to Debian. When enabling the Google Auth login, the callback to our application fails with a 504 Gateway Timeout.
Expected Result
We would expect a successful login.
Actual Result
The browser returns a 504 Gateway Timeout. When following the logs, it seems that googleapis.com cannot be resolved;
I tried a few things and noticed that
sentry-self-hosted-nginx-1
doesn't actually resolve googleapis.com. On our previous CentOS 7 setup, this actually does work:I just followed https://develop.sentry.dev/self-hosted/#getting-started, ran
./install.sh
anddocker compose up -d
. Do I need additional configuration to allow the Sentry containers to access the internet for the Google Auth to work?Product Area
Settings - Auth
Link
No response
DSN
No response
Version
24.8.0
The text was updated successfully, but these errors were encountered: