Closed ghost closed 1 year ago
Oh man, you might run into an edge case of the size of your storage, somehow causing the conversion to fail. Will push out a fix in the next release.
At the meantime, you can try do one of the two options below to fix the issue
Could you share the response when you go to https://yourdomain.com/api/server-info
?
Glad to know it will be fixed soon !
Here is the response of https://yourdomain.com/api/server-info
:
{"diskAvailable":"403.5 GiB","diskSize":"931.5 GiB","diskUse":"528.0 GiB","diskAvailableRaw":433229176832,"diskSizeRaw":1000203087872,"diskUseRaw":566973911040,"diskUsagePercentage":56.69}
That's weird, I visited https://yourdomain.com/api/server-info
, and now everything works wonderfully
Still, when I go to the "job-status" page in the admin section, the error appears, but differently:
@lucasladreyt does it happen when you access your instance using local IP?
@lucasladreyt does it happen when you access your instance using local IP?
Nice catch, the "jobCounts" error does not appear using local IP
Odd behaviour since I don't modify the headers nor the content of the proxied data (apart the http->https process). I just use raw reverse proxy with caddy
Caddyfile: redacted.com { reverse_proxy 127.0.0.1:2283 }
Indeed this is strange, and I use Caddy myself with pretty much the same setting and haven't encountered this error
Could it be a browser plugin?
Could it be a browser plugin?
Nope, already tried
If you feel adventurous you could try opening dev tools and break on uncaught exception to see what asset/element is causing the issue.
The bug didn't appear in 3 days, and @alextran1502 fixed the part of the code that could have caused it (#2314), even tho it hasn't been released yet. Weird issue, feel free to reopen it.
The bug
The web interface freezes and won't show anything even after reload, forced reload, cleared cache, and extensions disabled. I reinstalled Chrome and was able to connect, but a short time later, the bug reappeared... Yet, it works perfectly in incognito.
The following error pops up in the browser console:
The buttons redirect to the correct urls but nothing else is showing up
The OS that Immich Server is running on
Debian 11 (Raspberry Pi OS 64-bit)
Version of Immich Server
v1.54.0
Version of Immich Mobile App
v1.54.0
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Additional information
The web page runs behind caddy, here is the Caddyfile