mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-15 11:34:55 -05:00
docker fetch failed: CERT_HAS_EXPIRED #7
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 @randywreed on GitHub (Oct 22, 2023).
Originally assigned to: @tjbck on GitHub.
Describe the bug
Running the webui the model drop down is empty. Docker logs indicate a TypeError:fetch failed, CODE:'CERT_HAS_EXPIRED'
To Reproduce
Running the docker with ollama server on a different machine.
connected to localhost:3000, UI appears as expected. Models drop down box is empty.
docker logs:
Ollama functions fine remotely with a langchain python program.
Not sure if this requires a code change or documentation change.
@tjbck commented on GitHub (Oct 22, 2023):
Just merged the static build PR to main, could you please try again with the latest commit and see if that fixes your issue? It introduces breaking changes so your command should be replaced with the following instead:
Thanks!