[BUG] HTTP 503 after a while on the explore page when running docker in Unraid #1418

Closed
opened 2026-02-05 01:44:34 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @dnlldl on GitHub (Oct 5, 2023).

The bug

After a while, the /explore page stops working and returns HTTP 503 errors. Here is the complete error:

Request #1696489176447: Request to Node 0 failed due to "undefined Request failed with HTTP code 503 | Server said: Not Ready or Lagging"
Request #1696489176447: Sleeping for 4s and then retrying request...
[Nest] 194  - 10/05/2023, 3:00:04 AM   ERROR [ExceptionsHandler] Request failed with HTTP code 503 | Server said: Not Ready or Lagging
ServerError: Request failed with HTTP code 503 | Server said: Not Ready or Lagging
    at ServerError.TypesenseError [as constructor] (/app/immich/server/node_modules/typesense/lib/Typesense/Errors/TypesenseError.js:23:28)
    at new ServerError (/app/immich/server/node_modules/typesense/lib/Typesense/Errors/ServerError.js:25:42)
    at ApiCall.customErrorForResponse (/app/immich/server/node_modules/typesense/lib/Typesense/ApiCall.js:376:21)
    at /app/immich/server/node_modules/typesense/lib/Typesense/ApiCall.js:225:58
    at step (/app/immich/server/node_modules/typesense/lib/Typesense/ApiCall.js:33:23)
    at Object.next (/app/immich/server/node_modules/typesense/lib/Typesense/ApiCall.js:14:53)
    at step (/app/immich/server/node_modules/typesense/lib/Typesense/ApiCall.js:18:139)
    at Object.next (/app/immich/server/node_modules/typesense/lib/Typesense/ApiCall.js:14:53)
    at fulfilled (/app/immich/server/node_modules/typesense/lib/Typesense/ApiCall.js:5:58)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
[hooks.server.ts]:handleError Internal server error

The OS that Immich Server is running on

Unraid

Version of Immich Server

v1.81.1

Version of Immich Mobile App

v1.80

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

None, Unraid docker from the Community App

Your .env content

None

Reproduction steps

1. Start the docker
2. Wait for a while (no more than 1 hour needed)
3. Go to the `/explore` page

Additional information

No response

Originally created by @dnlldl on GitHub (Oct 5, 2023). ### The bug After a while, the `/explore` page stops working and returns HTTP 503 errors. Here is the complete error: ``` Request #1696489176447: Request to Node 0 failed due to "undefined Request failed with HTTP code 503 | Server said: Not Ready or Lagging" Request #1696489176447: Sleeping for 4s and then retrying request... [Nest] 194 - 10/05/2023, 3:00:04 AM ERROR [ExceptionsHandler] Request failed with HTTP code 503 | Server said: Not Ready or Lagging ServerError: Request failed with HTTP code 503 | Server said: Not Ready or Lagging at ServerError.TypesenseError [as constructor] (/app/immich/server/node_modules/typesense/lib/Typesense/Errors/TypesenseError.js:23:28) at new ServerError (/app/immich/server/node_modules/typesense/lib/Typesense/Errors/ServerError.js:25:42) at ApiCall.customErrorForResponse (/app/immich/server/node_modules/typesense/lib/Typesense/ApiCall.js:376:21) at /app/immich/server/node_modules/typesense/lib/Typesense/ApiCall.js:225:58 at step (/app/immich/server/node_modules/typesense/lib/Typesense/ApiCall.js:33:23) at Object.next (/app/immich/server/node_modules/typesense/lib/Typesense/ApiCall.js:14:53) at step (/app/immich/server/node_modules/typesense/lib/Typesense/ApiCall.js:18:139) at Object.next (/app/immich/server/node_modules/typesense/lib/Typesense/ApiCall.js:14:53) at fulfilled (/app/immich/server/node_modules/typesense/lib/Typesense/ApiCall.js:5:58) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) [hooks.server.ts]:handleError Internal server error ``` ### The OS that Immich Server is running on Unraid ### Version of Immich Server v1.81.1 ### Version of Immich Mobile App v1.80 ### Platform with the issue - [ ] Server - [X] Web - [ ] Mobile ### Your docker-compose.yml content ```YAML None, Unraid docker from the Community App ``` ### Your .env content ```Shell None ``` ### Reproduction steps ```bash 1. Start the docker 2. Wait for a while (no more than 1 hour needed) 3. Go to the `/explore` page ``` ### Additional information _No response_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#1418