Skip to content
New issue

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

504 Gateway Timeout - api/reports #11134

Closed
1 of 3 tasks
krypton9208 opened this issue Jul 16, 2024 · 3 comments
Closed
1 of 3 tasks

504 Gateway Timeout - api/reports #11134

krypton9208 opened this issue Jul 16, 2024 · 3 comments
Assignees

Comments

@krypton9208
Copy link
Contributor

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

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

standard

Your .env content

standard

Reproduction steps

1. login as a admin
2. Enter in admin panel
3. Click on "repair" section
...

Relevant log output

no logs from "immich-server"

Additional information

No response

@mmomjian
Copy link
Contributor

Are you using a reverse proxy? How are you connected to Immich.

@mmomjian mmomjian self-assigned this Jul 16, 2024
@anyshpm
Copy link

anyshpm commented Jul 31, 2024

Same error with a nginx reverse proxy. Only admin/repair page get 504.

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;
    }
...

@bo0tzz
Copy link
Member

bo0tzz commented Jul 31, 2024

#4510

@bo0tzz bo0tzz closed this as not planned Won't fix, can't repro, duplicate, stale Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants