Alex Zaslavsky

Results 122 comments of Alex Zaslavsky

Did you do the hard stop at 23.6.2 when upgrading?

This is currently not supported, but is in the backlog, see: https://github.com/getsentry/sentry/issues/70458

This is being discussed in another issue at the moment: https://github.com/getsentry/self-hosted/issues/2804 Worth noting that Sentry is currently on postgres 14. This probably isn't the cause of this specific issue, but...

When you look at the logs, what do successful API calls look like? Do they have the same structure (`/api/0/...`). I must admit this is a very weird error. I...

I'm going to transfer this into sentry proper, just in case the notifications team has any ideas, though at this point I'm running out of options to consider. You've been...

So when that message pops up, you should (almost) always see an error (probably 500) in your browser's devtools. If you do, you should try to search for the error...

This is an old version, and this code is no longer in our codebase. For example, this file was removed entirely about 9 months ago, and the commit implies that...

Are you seeing anything in the nginx logs? A 502 often means nginx is improperly configured.

Can you set the log level to `DEBUG` to see if any more useful information pops up? It seems like your local server is not visible to the CLI -...