I don’t actually understand and listed quite a few possibilities so at this point, any idea welcomed.

    • utopiah@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      13 hours ago

      Oops sorry, terribly phrased, I meant “doesn’t behave the same work” but I simplified, hopefully.

      Basically worked on old server, doesn’t work on new!

      • foggy@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        1
        ·
        11 hours ago

        Is the docker container spinning up and running, or failing and exiting?

        Run docker ps, it’ll tell you how long your containers have been running or if they exited.

        If everything is running then it’s most likely network, and I’d need to know how it is you used to access it on the old server (web address? Ip?)

        If it’s not running then you get to dig through error logs to get to the next step 🤓

        • utopiah@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          11 hours ago

          Is the docker container spinning up and running, or failing and exiting?

          Running and healthy

          Run docker ps, it’ll tell you how long your containers have been running or if they exited.

          Indeed and they don’t exit.

          If everything is running then it’s most likely network, and I’d need to know how it is you used to access it on the old server (web address? Ip?)

          It it accessible via the domain name so networking, as least for UI and API, is working fine. Reverse proxy does let traffic go through.

          If it’s not running then you get to dig through error logs to get to the next step 🤓

          I checked error logs of all containers and seems fine. The only error I see are client side.

          • foggy@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            2 hours ago

            Are the two servers on the same LAN? Did you update all configs for the new servers address?