-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
Notitications was not showing followers, now it's not showing anything and the notification page shows "System error" #3196
Comments
Shall we reopen this @mouse-reeve ? These are the logs:
|
That is the behaviour I am now seeing on On a dev instance I can't replicate any of these problems, follow notifications all seem fine. So I'm wondering if there's a commit missing between |
Hello @hughrun I don't know if it's related but I also have an error on the notification page (on 0.7.1). I had the indication of a new notification and when I clicked on it I found myself with "Server Error". EDIT: after a little research, this "move" notification refers to a mastodon.social user. Anthony |
I can therefore confirm that the "MOVE" type (notification_type) is causing an error on the notifications page (Server Error). PS: if this does not correspond to the same problem as this thread, would you like me to open a new ticket? |
We have only recognised |
We were passing the *requesting* user's moved_to value to the Move notification template, instead of the id of the user that they are being notified about. Additionally, the id_to_username template tag had no fallback for if the user_id is None. This resolves both problems and removes an unnecessary space in a template for when the logged in user made the move. Fixes bookwyrm-social#3196
Describe the bug
![Screenshot 2024-01-05 at 10 30 20](https://private-user-images.githubusercontent.com/6791923/294450427-4cd46e03-6b50-4679-b8a0-61fdb50570a8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NjAxNzIsIm5iZiI6MTczOTY1OTg3MiwicGF0aCI6Ii82NzkxOTIzLzI5NDQ1MDQyNy00Y2Q0NmUwMy02YjUwLTQ2NzktYjhhMC02MWZkYjUwNTcwYTgucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMjI1MTEyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MDZkM2NjODBlYzNkYWExMWJmMjdkNmNjZDZiZjAzMzBmNGFhMzdkZjUwNTMyMTU1MzJlNmVjMDI1NzYxMWJjMiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.xlPYQYHr0tLxOloUmiSw2jKwbGZHykkY4s7kaRI9-J0)
![Screenshot 2024-01-05 at 10 30 08](https://private-user-images.githubusercontent.com/6791923/294450429-2130a984-9ed1-4a77-92b3-9dd63fa9c41f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NjAxNzIsIm5iZiI6MTczOTY1OTg3MiwicGF0aCI6Ii82NzkxOTIzLzI5NDQ1MDQyOS0yMTMwYTk4NC05ZWQxLTRhNzctOTJiMy05ZGQ2M2ZhOWM0MWYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMjI1MTEyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZDQxMGI2YTNhMWE2Yjc0YmUxYjc4ZGRmZDI0MmJkMTQ4ZWIzYmI5MDVlN2E5MmYyNmUzYTQ2ODhlMzkwN2IwYSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.lCGKUMDorK2pTm3sg_3P2fyqKllKBRvIwuTqs2fAZlY)
The notification page is not working. When I see that there's a new notification (with a number close to the bell icon), I click on it. Then I get "System error"
Instance
https://books.babb.no
Additional context
Before this happened, the notifications for new following requests were not showing on the list of notifications. A follow request would trigger the update on the number of new notifications, but the notification itself wasn't showing on the list of notifications
The text was updated successfully, but these errors were encountered: