[Question]: webui won't load after update. #1446
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
The build has been tested several times and is working so I moved this to troubleshooting. Can you show what each containers logs look like? Try |
Beta Was this translation helpful? Give feedback.
-
Yeah, I'm sure it must be something on my side. Sure, here is the logs. Librechat: chat-meilisearch: 2023-12-27 23:01:47 Anonymous telemetry: "Disabled" chat-mongodb: 2023-12-27 22:46:03 {"t":{"$date":"2023-12-27T21:46:03.724+00:00"},"s":"I", "c":"CONTROL", "id":23377, "ctx":"SignalHandler","msg":"Received signal","attr":{"signal":15,"error":"Terminated"}} |
Beta Was this translation helpful? Give feedback.
-
Here is the relevant parts. The rest of the env variables is stock. I had to comment out the reverse proxy part in order to get my reverse proxy to work ( on 0.6.1 anyway, no idea why). But I tried to uncomment it as well now just to check. Just tried to enable registration again too, but no dice. ============# OpenAI#============# OPENAI_API_KEY=1234 DEBUG_OPENAI=true TITLE_CONVO=falseOPENAI_TITLE_MODEL=gpt-3.5-turboOPENAI_SUMMARIZE=true OPENAI_FORCE_PROMPT=true#OPENAI_REVERSE_PROXY=https://mydomain.com/v1/chat/completions #============# Plugins#============# PLUGIN_MODELS=gpt-3.5-turbo,gpt-3.5-turbo-16k,gpt-3.5-turbo-0301,gpt-4,gpt-4-0314,gpt-4-0613,gpt-4-1106-preview,gpt-4-vision-preview DEBUG_PLUGINS=true #===================================================# User System#===================================================# #========================# Moderation#========================# BAN_VIOLATIONS=true LOGIN_VIOLATION_SCORE=1 LOGIN_MAX=3 LIMIT_CONCURRENT_MESSAGES=true LIMIT_MESSAGE_IP=true LIMIT_MESSAGE_USER=false #========================# Balance#========================# CHECK_BALANCE=false #========================# Registration and Login#========================# ALLOW_EMAIL_LOGIN=true SESSION_EXPIRY=1000 * 60 * 15 JWT_SECRET=1234 |
Beta Was this translation helpful? Give feedback.
Try these steps (basically a manual version of the update script, which you should do when you change your environment variables):