Closed csprocket777 closed 10 months ago
Assigning to @getsentry/support for routing ⏲️
Are your other pages loading fine? I don't necessarily think this is an nginx config issue. It's concerning that you're not seeing any logs, I'd expect at least a 500 error or something in your web container logs.
I have not run across any other issues with any other page.
What log commands should i use to examine this?
Can you open devtools in your browser of choice, and note 2 things:
Network
tab in Chrome devtools). In particular, we're looking for calls that result in 4xx or 5xx responses.The issue seems to be client-side - either it's not hitting the server, or else is somehow mishandling this communication. If we can get some more information from the client, that would go a long way in helping get to the bottom of this.
https://DOMAIN/settings/account/notifications/
Issue Workflow
https://DOMAIN/settings/account/notifications/workflow/
https://DOMAIN/api/0/users/me/notifications/workflow/
is 404We're facing the same issue after upgrade to 23.11.2.
Based on what I read in #2617 this problem can be related. And maybe it will be fixed in 23.12.0.
After upgrading to 23.12.0, is this still an issue?
After upgrading to 23.12.0, is this still an issue?
No, everything works fine in 23.12.0.
Environment
self-hosted (https://develop.sentry.dev/self-hosted/)
What are you trying to accomplish?
I am trying to adjust the notification settings for my user account.
Replication steps:
I then see the following verbiage in the page:
I suspect it might be something to do with my nginx configuration but I don't see any errors in my nginx error log and I can't seem to see any issues being reported when I look at the Sentry logs using
docker compose logs
Environment context:
OS Info:
CentOS Linux release 7.9.2009 (Core)
Docker Info:
I have an nginx reverse proxy setup in order to support HTTPS connections.
Nginx.conf: (This is working afaik)
config.yml file:
sentry.conf.py:
How are you getting stuck?
I don't know how to troubleshoot this or resolve it and could use some help or pointers.
Where in the product are you?
Settings
Link
No response
DSN
No response
Version
23.11.2