/notifications internal server error (after deleting a blog and an article) #759
Labels
No labels
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#759
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have two accounts. On one account I posted an article in a blog, then deleted the blog and article and made a new blog and article. Before /notifications worked on this account, now it doesn't, when I click the bell it doesn't load and when I go to the URL directly as well. It gives a 500 internal server error.
On a different account I can still view the /notifications url and receive notifications.
Plume 0.4.0-alpha-4
I don't know if the root cause is the same but I'm experiencing the same issue and so is another of my users. I checked the logs for what happens directly after clicking the
Notifications
button and this is all that was output.I have it running with systemd so the command I ran to check logs was
journalctl -eu plume
. If there's another log location with more verbosity, I'm happy to provide output from there as well!You can add
RUST_BACTRACE=1
to the environment to get a full backtrace next time, which may help.