I havent noticed such an error in a long time. Can you give more details, like any errors from browser console?
Asklemmy
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
Will do next time :)
I also get "502 Bad Gateway" every now and then. Today it happened with https://lemmy.ml/post/330390. Nothing is printed to the Firefox console (except for Quirks Mode because of missing <!DOCTYPE html>
of course). Reloading the page fixes the issue.
Its likely a known issue with nginx + docker.
When a docker container crashes it gets a new IP address, but nginx has cached the upstream hostname resolution as the old IP, so it thinks the upstream is gone.
Or it could be a million other issues, that's just one that I run into a lot. ยฏ\_(ใ)_/ยฏ