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
{{ message }}
This repository was archived by the owner on May 29, 2026. It is now read-only.
When starting the container the following error message is shown multiple times:
learnhouse-app | [collab] FATAL: COLLAB_INTERNAL_KEY is not set
learnhouse-app | App [learnhouse-collab:2] exited with code [1] via signal [SIGINT]
learnhouse-app | App [learnhouse-collab:2] starting in -fork mode-
learnhouse-app | App [learnhouse-collab:2] online
until:
learnhouse-app | Script /usr/bin/node had too many unstable restarts (16). Stopped. "errored"
The server process then attempts to start and seems to ignore the FATAL error. Adding COLLAB_INTERNAL_KEY to the .env file with a random secret resolves this error. It is unclear whether this is needed or not from the documentation. Can this FATAL error be ignored?
When starting the container the following error message is shown multiple times:
until:
The server process then attempts to start and seems to ignore the
FATALerror. AddingCOLLAB_INTERNAL_KEYto the .env file with a random secret resolves this error. It is unclear whether this is needed or not from the documentation. Can thisFATALerror be ignored?