I have searched the existing issues and discussions.
I am using the latest version of Open WebUI.
Installation Method
Docker
Open WebUI Version
v0.6.13
Ollama Version (if applicable)
0.7.0
Operating System
ubuntu 22.04
Browser (if applicable)
Edge
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
if the code creates a file and the LLM decides to respond the file for download - there is a link created as "https://localhost//europe_map.html"
Actual Behavior
I have successfully configured and running Jupyter and OWUi.
Everything works fine: the code gets interpreted and executed within Jupyter.
But: if the code creates a file and the LLM decides to respond the file for download - there is a link created as "sandbox:/home/jovyan/work/" [europe_map.html for example].
Because I am using a volume in Jupyter it would be an ease to bind this volume to OWUi as well (read access).
Is there a trick or a config to initiate OWUi to link to the existing location?
Or should I rewrite "sandbox" links by nginx to the right one?
Steps to Reproduce
prompt: "pls create a interactive map of europe"
--> gets analysed and run within Jupyter
--> file gets created within Jupyter container
--> file gets returned as link
Logs & Screenshots
Additional Information
No response
Originally created by @JoeyVinc on GitHub (Jun 4, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14669
### 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.6.13
### Ollama Version (if applicable)
0.7.0
### Operating System
ubuntu 22.04
### Browser (if applicable)
Edge
### 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
if the code creates a file and the LLM decides to respond the file for download - there is a link created as "https://localhost/<????>/europe_map.html"
### Actual Behavior
I have successfully configured and running Jupyter and OWUi.
Everything works fine: the code gets interpreted and executed within Jupyter.
But: if the code creates a file and the LLM decides to respond the file for download - there is a link created as "sandbox:/home/jovyan/work/" [europe_map.html for example].
expected: "https://localhost/<????>/europe_map.html"
as-is: "sandbox:/home/jovyan/work/europe_map.html"
Because I am using a volume in Jupyter it would be an ease to bind this volume to OWUi as well (read access).
Is there a trick or a config to initiate OWUi to link to the existing location?
Or should I rewrite "sandbox" links by nginx to the right one?
### Steps to Reproduce
prompt: "pls create a interactive map of europe"
--> gets analysed and run within Jupyter
--> file gets created within Jupyter container
--> file gets returned as link
### Logs & Screenshots

### Additional Information
_No response_
GiteaMirror
added the bug label 2026-05-20 22:18:42 -05: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 @JoeyVinc on GitHub (Jun 4, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14669
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.13
Ollama Version (if applicable)
0.7.0
Operating System
ubuntu 22.04
Browser (if applicable)
Edge
Confirmation
README.md.Expected Behavior
if the code creates a file and the LLM decides to respond the file for download - there is a link created as "https://localhost//europe_map.html"
Actual Behavior
I have successfully configured and running Jupyter and OWUi.
Everything works fine: the code gets interpreted and executed within Jupyter.
But: if the code creates a file and the LLM decides to respond the file for download - there is a link created as "sandbox:/home/jovyan/work/" [europe_map.html for example].
expected: "https://localhost//europe_map.html"
as-is: "sandbox:/home/jovyan/work/europe_map.html"
Because I am using a volume in Jupyter it would be an ease to bind this volume to OWUi as well (read access).
Is there a trick or a config to initiate OWUi to link to the existing location?
Or should I rewrite "sandbox" links by nginx to the right one?
Steps to Reproduce
prompt: "pls create a interactive map of europe"
--> gets analysed and run within Jupyter
--> file gets created within Jupyter container
--> file gets returned as link
Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (Jun 4, 2025):
Model dependent behaviour here.