mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
Ollama: 502 Server Error: Bad Gateway for url: http://localhost:11434/api/chat Install without docker #631
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 @peuportier on GitHub (Apr 11, 2024).
Bug Report
I get this message error : Ollama: 502 Server Error: Bad Gateway for URL: http://localhost:11434/api/chat
Description
My installation is without docker and was running very well. I close my computer and then reopen it. The problem happening
Bug Summary:
I have installed it on My Mac M1 - 14.4.1 Somona - open-WebUI without the use of docker. By running the normal process described in your doc. Running it very well. Can get the model from Ollama and run the request. I shut down my computer. Restart it and always now get this problem.
Steps to Reproduce:
Just run "bash install.sh" from terminal
Go to localhost:8080
Login
Then select my model and ask a request. Get this message error
Expected Behavior:
Normally get the answer on the chat
Actual Behavior:
Get nothing and have a popup shows Ollama: 502 Server Error: Bad Gateway for url: http://localhost:11434/api/chat
Environment
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots (if applicable):

Installation Method
Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
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!