mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #20791] issue: "Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The canvas has been tainted by cross-origin data." #34818
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 @sokai on GitHub (Jan 19, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20791
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.7.2 (latest)
Ollama Version (if applicable)
0.13.5
Operating System
TrueNAS CE v25.10.1
Browser (if applicable)
Chromium v143.0.7499.192
Confirmation
README.md.Expected Behavior
/admin/users/overview), the (new) user should become created after click on [Save] (in the modal)enable_signup": truea new account should become created after cklick on [Create Account] on the "Sign up to Open WebUI" (start) page (/auth→ "Sign up" link)Actual Behavior
And for all 3 points I get this
SecurityErrorin the console:Steps to Reproduce
See all 3 points at "Expected Behavior"
Logs & Screenshots
See "Actual Behavior"
In the (browser) console also is a link
Show ignore-listed frames. If I click on it the error message becomes exanded:Additional Information
No response
@owui-terminator[bot] commented on GitHub (Jan 19, 2026):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#20237 issue: Image editing stopped working
by tomasloksa • Dec 29, 2025 •
bug,confirmed issue#20119 issue: Unable to export images from conversations containing imagery to external sources (e.g., another Open WebUI instance)
by CookSleep • Dec 22, 2025 •
bug#19411 issue: 0.6.37 cuda images didn't succeed
by GlisseManTV • Nov 24, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@tjbck commented on GitHub (Jan 20, 2026):
Could you share a bit more about your setup? We're unable to reproduce.
@sokai commented on GitHub (Jan 20, 2026):
Thanks @tjbck for your feedback!
As I reported, I've installed the current Open WebUI version
v0.7.2as a TrueNAS App (which is a Docker installation).I haven't experienced any other issues: I can download and use LLM models – everything seems to work fine/as expected.
But: While writing this I tried (again) to create a new user (with the "Admin Panel"), this time while using Librewolf
v146.0.1-1(instead of Chromium), and I succeeded …! 🤨FYI: I use the CanvasBlocker extension and got a pop-up message which led me to https://support.mozilla.org/en-US/kb/firefox-protection-against-fingerprinting.
After that I tried this (create new user in "Admin Panel") at Chromium
v144.0.7559.59(again) and can/have to reverify the issue/error. ☹️So maybe this is a Ungoogled Chromium issue/bug, regarding the fingerprinting protection ? 🤔
→ Should I close this issue (, or do you wanna investigate it further)?
KR