mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 01:54:38 -05:00
Help? #130
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 @Ranko-Saotome on GitHub (Dec 27, 2023).
I recently updated, and now the application is prompting for an email and password. I'm new to Docker, AI, and related technologies. How can I restore the web UI without being required to enter an email and password?
@tjbck commented on GitHub (Dec 27, 2023):
Hi, Thanks for creating issue! Due to recent reports on losing chat logs and security concerns from some users, we decided to introduce authentication feature with #216. You should have the option to import all your chat logs when you sign up (all your information is saved locally). Everything else is exactly the same, just with enhanced security. More detailed instructions here: https://github.com/ollama-webui/ollama-webui#how-to-install-
Also, if you'd like to use frontend only solution, https://github.com/ollama-webui/ollama-webui-lite will be released soon, so stay tuned!
If you have any other questions or having an issue migrating to a more secure recent version, feel free to reach out anytime, Thanks!
@Ranko-Saotome commented on GitHub (Dec 28, 2023):
I've successfully installed it, created my admin user, but it cannot connect to my local instance of Ollama, which I know is running because I checked. I'm unable to open the settings or anything. I'm using the Brave browser.
@tjbck commented on GitHub (Dec 28, 2023):
Could you share the screenshot of the webui and the commands you used to deploy the webui with us? Thanks!
@Ranko-Saotome commented on GitHub (Dec 28, 2023):
@tjbck commented on GitHub (Dec 28, 2023):
Hmm, if both ollama and ollama-webui is running on the same machine, here's an alternative method: https://github.com/ollama-webui/ollama-webui/blob/main/TROUBLESHOOTING.md#ollama-webui-server-connection-error
@Ranko-Saotome commented on GitHub (Dec 28, 2023):
That Worked! Thanks.
@Ranko-Saotome commented on GitHub (Dec 28, 2023):
That got it to connect properly, but I still can't open the settings or the admin panel.
@tjbck commented on GitHub (Dec 28, 2023):
Hmm, the account you logged in with has the admin privilege right? Could you share your browser console logs with us?
@Ranko-Saotome commented on GitHub (Dec 28, 2023):
When I click on my username at the bottom, and I try to select the Settings tab or the Admin Panel, nothing happens. However, if I click the gear icon near where you select the models, I can pull up the settings.
@Ranko-Saotome commented on GitHub (Dec 28, 2023):
Also, how would I produce the log files you need? I'm not a developer, but I know my way around if I have some instructions.
@tjbck commented on GitHub (Dec 28, 2023):
Just tried with brave browser on m1, cannot seem to reproduce the issue :/ If possible, could you try accessing the webui from other browser and see if the issue still persists? Also, checking the logs all depends on the system/browser you have, so you'd be better off googling "how to open dev tool". Thanks!
@Ranko-Saotome commented on GitHub (Dec 28, 2023):
Okay, I'm having so many problems. Can you walk me through the steps to revert to the last version before the backend was changed? It was literally so simple to install, but now it's just complicated and buggy.
Also, when I try to log in with my existing username for the account I just created, I keep getting the wrong password or mistyped password, even though I'm directly copying and pasting my password from my password manager.
@tjbck commented on GitHub (Dec 28, 2023):
You should be able to revert by pulling the old container image with this command:
docker pull ghcr.io/ollama-webui/ollama-webui@sha256:38a4629859bb94b7aa7206240ccc426b46e8384d580d1b67dd9e214ae38cd2f5But I strongly suggest you stay up-to-date with the latest version, I'll try to help you out to the best of my ability so, please bear with me! Join our discord for faster help, if you haven't already. Thanks!