this post was submitted on 02 Feb 2023
4 points (100.0% liked)

Lemmy Support

4720 readers
9 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

I made the two version number changes to my docker-compose.yml file. Ran Docker Compose Down then Docker Compose Up -D.

Visit https://beehaw.org and you'll see the error in your browser:

404: FetchError: request to http://0.0.0.0:8536/api/v3/site

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 2 years ago (3 children)

I just found the typo in that file and fixed it. Site is back up and running! Thank you for your help!

[–] [email protected] 3 points 2 years ago

Ah, great! Congratz!

[–] [email protected] 3 points 2 years ago

Nice, that is a good feeling.

[–] [email protected] 1 points 2 years ago (1 children)

what the typo did you have? i have the same problem

[–] [email protected] 1 points 2 years ago

I find solves: when u updated, dont forget check lemmy-ui environment variables

I skipped second word LEMMY:

LEMMY_UI_~~LEMMY~~_INTERNAL_HOST=lemmy:8536

LEMMY_UI_~~LEMMY~~_EXTERNAL_HOST={{ domain }} \

when i restore this -> all work fine :)