#502 after upgrading to 1.118.2 from v1.114.0

1 messages · Page 1 of 1 (latest)

sour harbor
#

I upgraded using docker compose pull && docker compose up -d

I use caddy, here's my caddy config which worked perfectly before

immich.rajtech.me {
        #file_server

        reverse_proxy http://192.168.100.60:2283

        # For SSL
        tls {
                dns cloudflare {env.RAJ_CLOUDFLARE_API_TOKEN}
        }
}

Running immich with docker compose up to view live logs, this is all i get

immich_server            | [Nest] 17  - 10/24/2024, 6:56:56 PM     LOG [Api:RouterExplorer] Mapped {/api/users/:id/profile-image, GET} route
immich_server            | [Nest] 17  - 10/24/2024, 6:56:56 PM     LOG [Api:RoutesResolver] ViewController {/api/view}:
immich_server            | [Nest] 17  - 10/24/2024, 6:56:56 PM     LOG [Api:RouterExplorer] Mapped {/api/view/folder/unique-paths, GET} route
immich_server            | [Nest] 17  - 10/24/2024, 6:56:56 PM     LOG [Api:RouterExplorer] Mapped {/api/view/folder, GET} route
immich_server            | [Nest] 17  - 10/24/2024, 6:56:56 PM     LOG [Api:NestApplication] Nest application successfully started
immich_server            | [Nest] 17  - 10/24/2024, 6:56:56 PM     LOG [Api:Bootstrap] Immich Server is listening on http://[::1]:2283 [v1.118.2] [production] 

trying to reach my server from local IP does not work

still daggerBOT
#

:wave: Hey @sour harbor,

Thanks for reaching out to us. Please follow the recommended actions below; this will help us be more effective in our support effort and leave more time for building Immich immich.

References

Checklist

  1. :ballot_box_with_check: I have verified I'm on the latest release(note that mobile app releases may take some time).
  2. :blue_square: I have read applicable release notes.
  3. :blue_square: I have reviewed the FAQs for known issues.
  4. :blue_square: I have reviewed Github for known issues.
  5. :blue_square: I have tried accessing Immich via local ip (without a custom reverse proxy).
  6. :blue_square: I have uploaded the relevant logs, docker compose, and .env files, making sure to use code formatting.
  7. :blue_square: I have tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable

(an item can be marked as "complete" by reacting with the appropriate number)

If this ticket can be closed you can use the /close command, and re-open it later if needed.