memos
memos copied to clipboard
Profile mismatch in comment section
Describe the bug
Normal:
Bug:
Steps to reproduce
- Post Public or Workspace memo.
- 2 different users, A and B, comment on the memo created in step 1.
- Press F5 to refresh.
- Check that the author of the comments is not displayed correctly.
The version of Memos you're using
0.21 (Stable)
Screenshots or additional context
No response
@Currenmoe Cannot reproduce. Please try again on the demo site: https://demo.usememos.com
@Currenmoe Cannot reproduce. Please try again on the demo site: https://demo.usememos.com
The issue doesn't seem to occur on the demo site like you said, which leads me to believe there might be an issue with my environment. However, I'm not quite sure what the problem is.
I've tested the issue on my instance and confirmed it occurs on Windows 10 Chrome/Edge and Android Chrome. However, other users of my instance are also reporting the same problem, so it's unlikely to be a browser or operating system issue. the issue does not occur on the Android Moememos client.
Here is my docker-compose (via portainer) :
version: "3.0"
services:
memos:
image: neosmemo/memos:stable
container_name: voxmemos
volumes:
- ~/.voxmemos/:/var/opt/memos
ports:
- 25000:5230
I noticed that the demo site seems to be using API v1 to retrieve comment author information, while our instance is using API v2. Could this difference in API versions be related to the issue?
demo site:
our instance:
This bug is happening to me as well when there's more than two users in a comment section. I'm using 0.21 on PikaPods.