Hello,
I have been using this app for more than a year and it was working fine.
Since last year I am getting the same message Retrying to fetch server settings... Attempt X of Y when using the "native" option (use webview false) even though I copy pasted the api key and the server url is correct.
When enabling webview, I was able to login successfully but when I tried to start a presentation I get an error like "unable to open full screen" (app is already fullscreen btw) and it couldn't start.
I tried the following curl:
curl -v \
-H "Accept: application/json" \
"https://mydomain.immich/api/server/about?apiKey=<redacted>"
also with auth header instead of query param:
-H "x-api-key: <redacted>" \
both works fine and the output is the following:
{"version":"v2.7.5","versionUrl":"https://github.com/immich-app/immich/releases/tag/v2.7.5","licensed":false,"build":"24350167851","buildUrl":"https://github.com/immich-app/immich/actions/runs/24350167851","buildImage":"v2.7.5","buildImageUrl":"https://github.com/immich-app/immich/pkgs/container/immich-server","repository":"immich-app/immich","repositoryUrl":"https://github.com/immich-app/immich","sourceRef":"v2.7.5","sourceCommit":"95e57a24cb11b4bcff39b770ae2d81443434c210","sourceUrl":"https://github.com/immich-app/immich/commit/95e57a24cb11b4bcff39b770ae2d81443434c210","nodejs":"v24.14.1","exiftool":"13.53","ffmpeg":"7.1.3-3","libvips":"8.17.3","imagemagick":"7.1.2-2"}%
Let me know if you need more details
Hello,
I have been using this app for more than a year and it was working fine.
Since last year I am getting the same message
Retrying to fetch server settings... Attempt X of Ywhen using the "native" option (use webview false) even though I copy pasted the api key and the server url is correct.When enabling webview, I was able to login successfully but when I tried to start a presentation I get an error like "unable to open full screen" (app is already fullscreen btw) and it couldn't start.
I tried the following curl:
also with auth header instead of query param:
both works fine and the output is the following:
Let me know if you need more details