We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On web page, i just want to open page "repair" as a admin. but i gut 504 in response...
helm
v.1.108.0
standard
1. login as a admin 2. Enter in admin panel 3. Click on "repair" section ...
no logs from "immich-server"
No response
The text was updated successfully, but these errors were encountered:
Are you using a reverse proxy? How are you connected to Immich.
Sorry, something went wrong.
Same error with a nginx reverse proxy. Only admin/repair page get 504.
admin/repair
Configuration:
... location / { proxy_set_header Host $http_host; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Real-IP $remote_addr; proxy_set_header Range $http_range; proxy_set_header If-Range $http_if_range; proxy_redirect off; proxy_pass http://immich-server:2283/; client_max_body_size 2048m; proxy_read_timeout 300; } ...
#4510
mmomjian
No branches or pull requests
The bug
On web page, i just want to open page "repair" as a admin. but i gut 504 in response...
The OS that Immich Server is running on
helm
Version of Immich Server
v.1.108.0
Version of Immich Mobile App
v.1.108.0
Platform with the issue
Your docker-compose.yml content
standard
Your .env content
Reproduction steps
Relevant log output
no logs from "immich-server"
Additional information
No response
The text was updated successfully, but these errors were encountered: