Geddit back online! (weird fix)
Geddit back online! (weird fix)
After upgrading Geddit.social to Lemmy v0.18 the whole platform broke..
After many hours of editing configs, debugging and trying out various fixes a little database query to remove the "site icon" fixed it and now are back online!
I'll keep an eye out on further issues..
stux⚡ @geddit.social OP
The exact fix for us using Docker:
- Run
docker exec -it <postgres-container> "bash"
to connect to your postgres database container. - Run
psql -U lemmy
to connect to the database with the lemmy user. - Run
update site set icon = null where id = 1;
then\q
then exit
By randommouse on Github](https://github.com/LemmyNet/lemmy-ui/issues/1530#issuecomment-1605781461)
8 0 ReplyJuanjo Salvador @mastodon.social
@stux U can actually run this as one single command :-)
2 0 Replystux⚡ @geddit.social OP
Haha im sure i could! But im not such a docker expert and i was happy with this already 😃
2 0 Reply
Michele @mas.to
@stux thank you!
2 0 Reply
- Run
𝗣𝗠𝗝 👽 @social.pmj.rocks
lol, what?! 😂
3 0 Replystux⚡ @geddit.social OP
Right!
1 0 Reply
mishaal @geddit.social Thanks a lot @stux you're the hero 🫡❤️
2 0 ReplyClassic @geddit.social
looks like geddit interface is smaller than usual.
2 0 Replystux⚡ @geddit.social OP
The UI has changed indeed
2 0 Reply
emmatonkin @mstdn.social
@stux
Bit of a Daily WTF moment :-D2 0 Replyu001 @geddit.social I keep getting logged out. Seems to happen on the front page and community pages (pages that list posts, if that's relevant) Possibly relevant: after the recent downtime I changed password
2 0 Replystux⚡ @geddit.social OP
Hmm thats weird.. Have you tried clearing cache and cookies?
Also what browser do you use?
3 0 Replyu001 @geddit.social Clearing cookies seems to have worked. Thank you :)
2 0 Reply
Martijn @masto.ai
@stux That's the weirdest fix I've ever seen. 😂 Guess it's a version upgrade artifact or some such.
2 0 Reply