cross-posted from: https://lemmy.world/post/684781

now i get this error when i attempt to access it. anyone know how to set it back?

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

and the command docker compose -p lemmy-easy-deploy logs -f yeilds a bunch of nonsense but this line stood out…

Error: LemmyError { message: Some("Cannot have both private instance and federation enabled."), inner: Cannot have both private instance and federation enabled., context: "SpanTrace" }

    • SoullionessOP
      link
      English
      21 year ago

      yes, when i visit the site it gives me a 404 error.

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

      • @eating3645
        link
        English
        11 year ago

        Well that was my only idea, sorry, I’m in over my head 😬

        • SoullionessOP
          link
          English
          21 year ago

          me too… i wish i never clicked that dumb box lol

    • @eating3645
      link
      English
      11 year ago

      Umm…

      Have you tried setting it to not private?

  • Eskuero
    link
    fedilink
    English
    31 year ago

    Try running from postgres the following query:

    > UPDATE local_site SET private_instance = FALSE;

    • SoullionessOP
      link
      English
      21 year ago

      I ended up just starting over…

      • @eating3645
        link
        English
        21 year ago

        I have done that so many times to fix a problem I didn’t understand so I completely get that.