You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting the immich-web container, it doesn't launch the web server. The below lines loop in the container logs:
SyntaxError: Unexpected end of input
at ModuleLoader.moduleStrategy (node:internal/modules/esm/translators:118:18)
at callTranslator (node:internal/modules/esm/loader:273:14)
at ModuleLoader.moduleProvider (node:internal/modules/esm/loader:278:30)
Node.js v20.8.0
file:///usr/src/app/build/shims.js:12806
throw new Ty
Sometimes the server will start after a minute or two of these errors, others I just have to keep restarting it manually until it eventually goes. I've tried re-creating the container, destroying the entire stack and recreating it (including all data), re-pulling the images, nothing I can think of resolves the problem.
This discussion was converted from issue #4400 on November 01, 2023 03:39.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The bug
When starting the immich-web container, it doesn't launch the web server. The below lines loop in the container logs:
Sometimes the server will start after a minute or two of these errors, others I just have to keep restarting it manually until it eventually goes. I've tried re-creating the container, destroying the entire stack and recreating it (including all data), re-pulling the images, nothing I can think of resolves the problem.
The OS that Immich Server is running on
Oracle Linux 8.8 (within Docker-CE 24.0.6)
Version of Immich Server
1.81.1
Version of Immich Mobile App
N/A
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions