mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
Docker container failed to launch with custom OPENAI_API_KEY and OPENAI_API_BASE_URL
#679
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AnotiaWang on GitHub (Apr 21, 2024).
Bug Report
Description
Bug Summary:
I use open-webui with custom OpenAI endpoint, and after today's release v0.1.120 the docker container can't run.
Steps to Reproduce:
I run this project using the following Docker command:
Expected Behavior:
The Docker container should launch successfully.
Actual Behavior:
The Docker container crashes
Environment
Open WebUI Version: 0.1.120
Ollama (if applicable): None
Operating System: Debian 12
Browser (if applicable): Vivaldi 6.6.3271.61 (Stable channel) (arm64)
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
502 Bad Gatewayfrom Nginx (due to the app crashes and can't handle requests)Docker Container Logs:
Screenshots (if applicable):
None
Installation Method
Docker
Additional Information
None
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
@tjbck commented on GitHub (Apr 21, 2024):
Just added a fix, let me know if the issue persists!
@AnotiaWang commented on GitHub (Apr 21, 2024):
Pulled the latest image, and it looks fine now