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
I deployed into my docker swarm with the attached docker-compose.
Initial setup goes well, I can get to the web page and into the first workspace but after a minute or so everything stops working, reloading the page throughs me out to the login screen.
Any attempt to login after that I get "Error: Could not validate login."
The log file shows
[Event Logged] - login_event
Cannot create JWT as JWT_SECRET is unset. Error: Cannot create JWT as JWT_SECRET is unset.
at makeJWT (/app/server/utils/http/index.js:21:11)
at /app/server/endpoints/system.js:205:18
The .env file is there and does contain a JWT_SECRET.
I will note that when it kicks me out, it is actually the container crashing with
How are you running AnythingLLM?
Docker (remote machine)
What happened?
I deployed into my docker swarm with the attached docker-compose.
Initial setup goes well, I can get to the web page and into the first workspace but after a minute or so everything stops working, reloading the page throughs me out to the login screen.
Any attempt to login after that I get "Error: Could not validate login."
The log file shows
[Event Logged] - login_event
Cannot create JWT as JWT_SECRET is unset. Error: Cannot create JWT as JWT_SECRET is unset.
at makeJWT (/app/server/utils/http/index.js:21:11)
at /app/server/endpoints/system.js:205:18
The .env file is there and does contain a JWT_SECRET.
I will note that when it kicks me out, it is actually the container crashing with
[Event Logged] - workspace_created
[TELEMETRY SENT] {
event: 'onboarding_complete',
distinctId: '931920d5-6bf2-4c6d-aea4-31ec594a3272',
properties: { runtime: 'docker' }
}
/usr/local/bin/docker-entrypoint.sh: line 7: 118 Illegal instruction (core dumped) node /app/server/index.js
anythingllm.zip
Are there known steps to reproduce?
No response
The text was updated successfully, but these errors were encountered: