Skip to content
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

Profile mismatch in comment section #3291

Open
Currenmoe opened this issue Apr 27, 2024 · 4 comments
Open

Profile mismatch in comment section #3291

Currenmoe opened this issue Apr 27, 2024 · 4 comments

Comments

@Currenmoe
Copy link

Describe the bug

Normal:
스크린샷 2024-04-28 052212

Bug:
스크린샷 2024-04-28 052403

Steps to reproduce

  1. Post Public or Workspace memo.
  2. 2 different users, A and B, comment on the memo created in step 1.
  3. Press F5 to refresh.
  4. 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 Currenmoe added the bug Something isn't working label Apr 27, 2024
@boojack boojack added need more context and removed bug Something isn't working labels Apr 29, 2024
@boojack
Copy link
Collaborator

boojack commented Apr 29, 2024

@Currenmoe Cannot reproduce. Please try again on the demo site: https://demo.usememos.com

@Currenmoe
Copy link
Author

@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

@Currenmoe
Copy link
Author

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:
image
our instance:
image

@kangminsukdotcom
Copy link

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.

@github-actions github-actions bot added the Stale label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants