• 1 Post
  • 3 Comments
Joined 1 year ago
cake
Cake day: June 26th, 2023

help-circle
  • MWTabOPtoLemmy Supportproblem installing lemmy from source
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Can you provide more details? With this specific error I really have no idea what is wrong, my best guess is that the nginx config is incomplete, since it sends everything to the ui and maybe there’s a path, like /api or something that should go to the backend instead? I just don’t know what on earth that path would be. If you’re using nginx mind sending me a redacted copy of your config for nginx? That might allow me to determine if something is wrong with mine… Thanks!

    -Michael.


  • MWTabOPtoLemmy Supportproblem installing lemmy from source
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Looks like the latest from the ansible repo is basically the same as the one I have, minus replacing the {{variable name}} things. So perhaps I have the environment variables wrong somehow? Here are the relevant environment variables:

    Environment=LEMMY_UI_LEMMY_INTERNAL_HOST=127.0.0.1:8536

    Environment=LEMMY_UI_HOST=127.0.0.1:1234

    -Michael.