Originally created by @orankhu on GitHub (Mar 14, 2025).
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
- [x] I am using the latest version of Open WebUI.
### Installation Method
Docker
### Open WebUI Version
v0.5.20
### Ollama Version (if applicable)
_No response_
### Operating System
iOS 18.3.2
### Browser (if applicable)
Safari
### 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 listed steps to reproduce the bug in detail.
### Expected Behavior
When enable code interpreter in Safari on iOS and prompt to interpret code, the code should run.
### Actual Behavior
The page crashes
### Steps to Reproduce
1. Open OpenWebUI on iOS
2. Enable code interpreter that use pyodide
3. Prompt to execute code
### Logs & Screenshots

The image was copied from https://github.com/pyodide/pyodide/issues/5428
### Additional Information
Based on the issue here https://github.com/pyodide/pyodide/issues/5428, I think the version 0.27.1 and 0.27.2 are having problem, we need to update to 0.27.3
GiteaMirror
added the bug label 2025-11-11 15:53:56 -06:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @orankhu on GitHub (Mar 14, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.5.20
Ollama Version (if applicable)
No response
Operating System
iOS 18.3.2
Browser (if applicable)
Safari
Confirmation
README.md.Expected Behavior
When enable code interpreter in Safari on iOS and prompt to interpret code, the code should run.
Actual Behavior
The page crashes
Steps to Reproduce
Logs & Screenshots
The image was copied from https://github.com/pyodide/pyodide/issues/5428
Additional Information
Based on the issue here https://github.com/pyodide/pyodide/issues/5428, I think the version 0.27.1 and 0.27.2 are having problem, we need to update to 0.27.3
@tjbck commented on GitHub (Mar 15, 2025):
Addressed with
aa37866798