MicheI
IImmich
•Created by EnochPrime on 3/23/2023 in #help-desk-support
Invalid request body
Can't actually reproduce the issue. I suspect you're somehow hitting this https://github.com/sveltejs/kit/blob/becf2b0e630ea5d23070873dfd30cecc07d5e498/packages/adapter-node/src/handler.js#L88-L92 error condition, which could be related to setting
PROTOCOL_HEADER
. Guess we can just remove it for now, since it's not being used yet.121 replies
IImmich
•Created by EnochPrime on 3/23/2023 in #help-desk-support
Invalid request body
It could be because Svelte uses that header for things I didn't anticipate. Based on your nginx config
X-Forwarded-Proto
will always be https
, so it might try to make requests to the server over https. Don't know for certain at all and will look into this tomorrow. We could in the meantime remove export PROTOCOL_HEADER=X-Forwarded-Proto
if it's causing issues.121 replies
IImmich
•Created by c0mputerking on 3/23/2023 in #help-desk-support
https and reverse proxy internal or external
More information about replacing the default reverse proxy has been added to the docs recently: https://immich.app/docs/administration/reverse-proxy#replacing-the-default-reverse-proxy
25 replies
IImmich
•Created by EnochPrime on 3/23/2023 in #help-desk-support
Invalid request body
But you aren't using Immich's proxy, so I don't see how that's causing issues
121 replies
IImmich
•Created by EnochPrime on 3/23/2023 in #help-desk-support
Invalid request body
Also, can you please provide more details about your setup (deployment method, version, which proxy, etc.), check if all your containers are running, if they contain error logs and post screenshots of any errors
121 replies
IImmich
•Created by EnochPrime on 3/23/2023 in #help-desk-support
Invalid request body
Why do you think #2019 is related? Haven't seen anything that points towards that. Does everything work again if you revert back to v1.51.1?
121 replies
IImmich
•Created by EnochPrime on 3/23/2023 in #help-desk-support
Invalid request body
Please check for error logs in the server container and your browser/app
121 replies
IImmich
•Created by KiritoP on 3/9/2023 in #help-desk-support
Change default container ports for running in host networking mode
Don't think we have it documented anywhere, but passing PORT to the web container should work
9 replies
IImmich
•Created by conor on 3/4/2023 in #help-desk-support
Can't access Web UI
8080 is the port inside the container, 2283 is the external port
9 replies
IImmich
•Created by conor on 3/4/2023 in #help-desk-support
Can't access Web UI
Port mapping for
immich-proxy
should be 2283:8080
9 replies
IImmich
•Created by salle on 3/4/2023 in #help-desk-support
oAuth broke - after an upgrade? not sure
You can disable OAuth autolaunch by running the following SQL query if you're comfortable doing that:
3 replies
IImmich
•Created by Hummingbird on 3/1/2023 in #help-desk-support
Metadata Extraction Errors
Submitted a PR for it https://github.com/immich-app/immich/pull/1914
4 replies