[GH-ISSUE #17554] issue: OneDrive rendering issue after updating to v0.6.30 #89066

Closed
opened 2026-05-15 13:54:55 -05:00 by GiteaMirror · 6 comments
Owner

Originally created by @karuko24 on GitHub (Sep 18, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17554

Check Existing Issues

  • I have searched for any existing and/or related issues.
  • I have searched for any existing and/or related discussions.
  • I am using the latest version of Open WebUI.

Installation Method

Other

Open WebUI Version

v0.6.30

Ollama Version (if applicable)

No response

Operating System

Ubuntu 24.04

Browser (if applicable)

No response

Confirmation

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided every relevant configuration, setting, and environment variable used in my setup.
  • I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
  • I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
  • Start with the initial platform/version/OS and dependencies used,
  • Specify exact install/launch/configure commands,
  • List URLs visited, user input (incl. example values/emails/passwords if needed),
  • Describe all options and toggles enabled or changed,
  • Include any files or environmental changes,
  • Identify the expected and actual result at each stage,
  • Ensure any reasonably skilled user can follow and hit the same issue.

Expected Behavior

Clicking on the OneDrive button should open a pop-up.

Actual Behavior

Nothing happens when I click the OneDrive button after updating from v0.6.26 to v0.6.30. I don't see any logs in the browser console or backend logs.

Steps to Reproduce

  • Open WebUI installed using Helm
  • Updated from v0.6.26 to v0.6.30
  • OAuth signup enabled, using EntraID
  • OneDrive Client ID is set
  • OneDrive Sharepoint URL is set
  • ENABLE_ONEDRIVE_INTEGRATION is true
  • ENABLE_ONEDRIVE_PERSONAL is false
  • ONEDRIVE_SHAREPOINT_TENANT_ID is set

Logs & Screenshots

No logs are being written.

Additional Information

No response

Originally created by @karuko24 on GitHub (Sep 18, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/17554 ### Check Existing Issues - [x] I have searched for any existing and/or related issues. - [x] I have searched for any existing and/or related discussions. - [x] I am using the latest version of Open WebUI. ### Installation Method Other ### Open WebUI Version v0.6.30 ### Ollama Version (if applicable) _No response_ ### Operating System Ubuntu 24.04 ### Browser (if applicable) _No response_ ### Confirmation - [x] I have read and followed all instructions in `README.md`. - [x] I am using the latest version of **both** Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have included the Docker container logs. - [x] I have **provided every relevant configuration, setting, and environment variable used in my setup.** - [x] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc). - [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps: - Start with the initial platform/version/OS and dependencies used, - Specify exact install/launch/configure commands, - List URLs visited, user input (incl. example values/emails/passwords if needed), - Describe all options and toggles enabled or changed, - Include any files or environmental changes, - Identify the expected and actual result at each stage, - Ensure any reasonably skilled user can follow and hit the same issue. ### Expected Behavior Clicking on the OneDrive button should open a pop-up. ### Actual Behavior Nothing happens when I click the OneDrive button after updating from v0.6.26 to v0.6.30. I don't see any logs in the browser console or backend logs. ### Steps to Reproduce - Open WebUI installed using Helm - Updated from v0.6.26 to v0.6.30 - OAuth signup enabled, using EntraID - OneDrive Client ID is set - OneDrive Sharepoint URL is set - ENABLE_ONEDRIVE_INTEGRATION is true - ENABLE_ONEDRIVE_PERSONAL is false - ONEDRIVE_SHAREPOINT_TENANT_ID is set ### Logs & Screenshots No logs are being written. ### Additional Information _No response_
GiteaMirror added the bug label 2026-05-15 13:54:55 -05:00
Author
Owner

@Classic298 commented on GitHub (Sep 18, 2025):

Can we see your env var configuration?

<!-- gh-comment-id:3306330741 --> @Classic298 commented on GitHub (Sep 18, 2025): Can we see your env var configuration?
Author
Owner

@ShirasawaSama commented on GitHub (Sep 18, 2025):

Image 😂

<!-- gh-comment-id:3306338789 --> @ShirasawaSama commented on GitHub (Sep 18, 2025): <img width="698" height="654" alt="Image" src="https://github.com/user-attachments/assets/3fd6bf7d-4eb5-48e1-b588-974114048ad0" /> 😂
Author
Owner

@karuko24 commented on GitHub (Sep 18, 2025):

@ShirasawaSama yes! I'm seeing the same. Looks like a rendering issue then

<!-- gh-comment-id:3306343659 --> @karuko24 commented on GitHub (Sep 18, 2025): @ShirasawaSama yes! I'm seeing the same. Looks like a rendering issue then
Author
Owner

@vateseeb commented on GitHub (Sep 18, 2025):

Workaround is to use the arrow keys to select the hidden menu items

https://github.com/user-attachments/assets/20277d00-02e9-4783-b59b-580bd3886e7a

<!-- gh-comment-id:3307033993 --> @vateseeb commented on GitHub (Sep 18, 2025): Workaround is to use the arrow keys to select the hidden menu items https://github.com/user-attachments/assets/20277d00-02e9-4783-b59b-580bd3886e7a
Author
Owner

@weekens commented on GitHub (Sep 25, 2025):

The workaround lets me select the "Microsoft OneDrive (work/school)" option, and the authentication popup appears, but after that the file picker does not appear, and in Console I see the following error:

Cross-Origin-Opener-Policy policy would block the window.closed call.

See the attached screenshot:

Image

Google Chrome Version 140.0.7339.133 (Official Build) (arm64)

<!-- gh-comment-id:3332495694 --> @weekens commented on GitHub (Sep 25, 2025): The workaround lets me select the "Microsoft OneDrive (work/school)" option, and the authentication popup appears, but after that the file picker does not appear, and in Console I see the following error: `Cross-Origin-Opener-Policy policy would block the window.closed call.` See the attached screenshot: <img width="508" height="247" alt="Image" src="https://github.com/user-attachments/assets/44d7870e-7442-47a6-8662-1f98558d24ed" /> Google Chrome Version 140.0.7339.133 (Official Build) (arm64)
Author
Owner

@tjbck commented on GitHub (Sep 25, 2025):

Addressed in dev.

<!-- gh-comment-id:3335675596 --> @tjbck commented on GitHub (Sep 25, 2025): Addressed in dev.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#89066