on Okay I’m a little freaked out by this · c/lemmy · 2 pts · 3yIs that Memmy? I've noticed similar issues in the feed list -- the same post content shows up under different headings. My guess is it's a cell reuse bug in the app (not in Lemmy itself).
on Lemmy from Scratch showing JSON at set URL · c/lemmy_support · 3 pts · 3yTake a look at the config from docker (https://github.com/LemmyNet/lemmy/blob/main/docker/nginx.conf). It proxies to either the frontend or the server based on the request headers/method/path etc.
Is that Memmy? I've noticed similar issues in the feed list -- the same post content shows up under different headings.
My guess is it's a cell reuse bug in the app (not in Lemmy itself).
Take a look at the config from docker (https://github.com/LemmyNet/lemmy/blob/main/docker/nginx.conf). It proxies to either the frontend or the server based on the request headers/method/path etc.