Alex Zaslavsky
Alex Zaslavsky
Hmm, can you pop in a breakpoint and tell me which node exactly is causing the breaking behavior?
Type of the node and, if its an HTML node, what kind of tag it is. Plus anything else that you think is interesting about the node and would have...
Sorry for the late reply. You are correct, it expects an HTML element. I'll look into adding support for strings, but under the hood all that would do is create...
Is it possible that you have a lot of attachments? The `sentry cleanup` command that this is executing only deletes rows in Postgres, it doesn't touch attached files. One thing...
You are of course welcome to try, but we only guarantee functionality for, and offer support with, Postgres 14.9 and Redis 5.0.14. In particular, Redis' major version bump suggests to...
No, we don't maintain a compatibility table. The best way is to run the install script for a given version and run the various `--version` commands on the running containers...
Just running through options here, but when you hit the OpenAI API with that exact key manually, it works? Assuming that is the case, this is likely an install issue....
Not at the moment, I'll surface this to the self-hosted team to discuss further.
Which database are you using? Are you attempting to a restore to a truly clean database? A common cause of this problem is attempting to restore to a database that...
I've been looking at this a bit recently. I wonder what happens if you just manually remove all of the `sentry.useremail` entries from the backup you are trying to restore?...