mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #4169] bug: interface not saving "Allow user location" setting #13522
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 @therohitdas on GitHub (Jul 28, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/4169
Originally assigned to: @tjbck on GitHub.
Bug Report
Description
Bug Summary: I am unable to save the ON value for Allow user location. I allowed the location when the browser asked for it.
Steps to Reproduce:
Expected Behavior:
The setting should have retained the ON state
Actual Behavior:
The setting resets to OFF state. I checked the network request, the state is sent as FALSE. When I toggle to ON then OFF there is a console log:
{userLocation: false}but no such log when I toggle OFF to ON.Environment
Open WebUI Version: v0.3.10
Operating System: macOS big sur
Browser (if applicable): Arc Version 1.53.0 (52080)
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:

First Models Console Log is when I toggle ON and SAVE.
The second where userLocation is False, I toggles OFF -> ON -> OFF
The Network request when I toggled OFF to ON and saved:

Installation Method
Docker method while also setting the volume path.