[GH-ISSUE #4169] bug: interface not saving "Allow user location" setting #13522

Closed
opened 2026-04-19 20:14:30 -05:00 by GiteaMirror · 0 comments
Owner

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:

  1. Pull the latest version from docker.
  2. Open the link, start a new chat.
  3. Click on your profile and tap on setting.
  4. Toggle Interface > Allow user location to ON and allow the browser prompt.
  5. Close the pop-up.
  6. Reopen it and the same setting is set to OFF.

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:

  • I have read and followed all the instructions provided in the README.md.
  • I am on the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • [] I have included the Docker container logs.

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
Screenshot 2024-07-29 at 12 36 45 AM

The Network request when I toggled OFF to ON and saved:
Screenshot 2024-07-29 at 12 38 54 AM

Installation Method

Docker method while also setting the volume path.

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:** 1. Pull the latest version from docker. 2. Open the link, start a new chat. 3. Click on your profile and tap on setting. 4. Toggle Interface > Allow user location to ON and allow the browser prompt. 5. Close the pop-up. 6. Reopen it and the same setting is set to OFF. **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:** - [x] I have read and followed all the instructions provided in the README.md. - [x] I am on the latest version of both Open WebUI and Ollama. - [x] I have included the browser console logs. - [] I have included the Docker container logs. ## 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 ![Screenshot 2024-07-29 at 12 36 45 AM](https://github.com/user-attachments/assets/ad151cdd-631a-4f84-b4f6-991aed0bf536) The Network request when I toggled OFF to ON and saved: ![Screenshot 2024-07-29 at 12 38 54 AM](https://github.com/user-attachments/assets/b9e5ae07-8b86-4e74-b8fe-a2c275cee16d) ## Installation Method Docker method while also setting the volume path.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#13522