Inbox is empty, but shows unread messages dot
Describe the bug
I have been running Memos for over a year, so I suspect this could related to a DB migration or something.
I was able to get rid of the notification dot by running
UPDATE inbox SET status = 'ARCHIVED' WHERE status = 'UNREAD';
on my database, but still no messages appear in the inbox. There are definitely messages in the inbox DB table.
Steps to reproduce
- Go to Inbox when notification dot is present
- Nothing is shown and you can't dismiss the the dot.
The version of Memos you're using
0.24.3
Screenshots or additional context
@nalderto Please check if there is any useful information in browser's console on this blank page, and the logs from your memos service at this time.
Unfortunately, I didn't find anything notable in the browser console
Nothing notable in the service logs either.
The version of memos is v0.25.3, deploy using podman container. Seems to be same problem:
There are notifications, but not showing the list.
No errors in web console and container logs.
I was also using Podman, so I’m guessing that’s related to the cause.
I was also using Podman, so I’m guessing that’s related to the cause.
@nalderto I created a new container with podman without existed data, and looks fine:
Maybe related to the existed DB...