memos icon indicating copy to clipboard operation
memos copied to clipboard

Inbox is empty, but shows unread messages dot

Open nalderto opened this issue 7 months ago • 2 comments

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

  1. Go to Inbox when notification dot is present
  2. 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

No messages appear in the UI

But messages are present in the DB table

nalderto avatar May 21 '25 07:05 nalderto

Image

@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.

boojack avatar May 21 '25 12:05 boojack

Unfortunately, I didn't find anything notable in the browser console

Image

Nothing notable in the service logs either.

Image

nalderto avatar May 23 '25 06:05 nalderto

The version of memos is v0.25.3, deploy using podman container. Seems to be same problem:

Image

There are notifications, but not showing the list.

No errors in web console and container logs.

zhiiwg avatar Nov 26 '25 23:11 zhiiwg

I was also using Podman, so I’m guessing that’s related to the cause.

nalderto avatar Nov 26 '25 23:11 nalderto

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:

Image

Maybe related to the existed DB...

zhiiwg avatar Nov 29 '25 14:11 zhiiwg