MicheI
IImmich
•Created by OuafnicO on 5/9/2023 in #help-desk-support
Map error after upgrade to 1.55.
No need thank you though
51 replies
IImmich
•Created by OuafnicO on 5/9/2023 in #help-desk-support
Map error after upgrade to 1.55.
We are missing indexes on latitude and longitude though
51 replies
IImmich
•Created by OuafnicO on 5/9/2023 in #help-desk-support
Map error after upgrade to 1.55.
Yeah I think you're right, the query doesn't even take a second while the request is reported to take about 45 seconds
51 replies
IImmich
•Created by OuafnicO on 5/9/2023 in #help-desk-support
Map error after upgrade to 1.55.
51 replies
IImmich
•Created by OuafnicO on 5/9/2023 in #help-desk-support
Map error after upgrade to 1.55.
Would you be willing to run an SQL query on your database to identify a potential performance issue?
51 replies
IImmich
•Created by OuafnicO on 5/9/2023 in #help-desk-support
Map error after upgrade to 1.55.
How many assets do you have?
51 replies
IImmich
•Created by OuafnicO on 5/9/2023 in #help-desk-support
Map error after upgrade to 1.55.
Or check the browser logs when going to the map page
51 replies
IImmich
•Created by OuafnicO on 5/9/2023 in #help-desk-support
Map error after upgrade to 1.55.
What happens if you go to
yourdomain.com/api/asset/map-marker
?51 replies
IImmich
•Created by Quafley on 4/7/2023 in #help-desk-support
Setting up authelia openid connect
192.168.1.121:8585
is your endpoint for Immich, right? Shouldn't the issuer URL be Authelia?89 replies
IImmich
•Created by Quafley on 4/7/2023 in #help-desk-support
Swag config with immich in a docker container.
And then pointing your swag nginx proxy to immich doesn't work?
What if you try a basic config like this
33 replies
IImmich
•Created by Quafley on 4/7/2023 in #help-desk-support
Swag config with immich in a docker container.
Did you fix the port mapping in the compose file? What happens when you go to
http://192.168.1.121:8585
?33 replies
IImmich
•Created by Quafley on 4/7/2023 in #help-desk-support
Swag config with immich in a docker container.
You're using a non-standard single container setup, so some things might be different. But usually port 3001 is the server/api and port 3000 is the web container. The included proxy container is running on port 8080 and you should be able to just point your own proxy to port 8080
33 replies
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