Originally created by @PaulMoney on GitHub (Mar 7, 2024).
Bug Report
Description
Bug Summary:
Hi, when I click on Import prompts or Modelfiles button nothing happens (seems that they are inactive). Download buttons work correctly.
Steps to Reproduce:
Navigate to either Prompts or Modelfiles section and click on "Import Prompts" or " Import Modelfiles" button.
Expected Behavior:
Open file browser to select JSON file.
Actual Behavior:
Nothing happens, button is inactive.
Environment
Operating System: [Ubuntu 20.04]
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.
Installation Method
Docker
Originally created by @PaulMoney on GitHub (Mar 7, 2024).
# Bug Report
## Description
**Bug Summary:**
Hi, when I click on Import prompts or Modelfiles button nothing happens (seems that they are inactive). Download buttons work correctly.
**Steps to Reproduce:**
Navigate to either Prompts or Modelfiles section and click on "Import Prompts" or " Import Modelfiles" button.
**Expected Behavior:**
Open file browser to select JSON file.
**Actual Behavior:**
Nothing happens, button is inactive.
## Environment
- **Operating System:** [Ubuntu 20.04]
## 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.
## Installation Method
Docker
I suspect I know the cause, pinging @tjbck: Is this another issue from the attempt to get rid of vanilla JS?
@justinh-rahb commented on GitHub (Mar 7, 2024):
I suspect I know the cause, pinging @tjbck: Is this another issue from the attempt to get rid of vanilla JS?
@tjbck commented on GitHub (Mar 7, 2024):
Yes, seems to be a common theme in the PR: https://github.com/open-webui/open-webui/pull/1025/files#diff-69f3d6656db6b16bcf7427c8e7cc16c94e5a276b10fdac64e2f7a51cbfba6c70R112 Working on a fix right now.
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 @PaulMoney on GitHub (Mar 7, 2024).
Bug Report
Description
Bug Summary:
Hi, when I click on Import prompts or Modelfiles button nothing happens (seems that they are inactive). Download buttons work correctly.
Steps to Reproduce:
Navigate to either Prompts or Modelfiles section and click on "Import Prompts" or " Import Modelfiles" button.
Expected Behavior:
Open file browser to select JSON file.
Actual Behavior:
Nothing happens, button is inactive.
Environment
Reproduction Details
Confirmation:
Installation Method
Docker
@justinh-rahb commented on GitHub (Mar 7, 2024):
I suspect I know the cause, pinging @tjbck: Is this another issue from the attempt to get rid of vanilla JS?
@tjbck commented on GitHub (Mar 7, 2024):
Yes, seems to be a common theme in the PR: https://github.com/open-webui/open-webui/pull/1025/files#diff-69f3d6656db6b16bcf7427c8e7cc16c94e5a276b10fdac64e2f7a51cbfba6c70R112 Working on a fix right now.
@tjbck commented on GitHub (Mar 7, 2024):
The latest commit should fix this issue, let me know if the issue persists!
@PaulMoney commented on GitHub (Mar 7, 2024):
Confirmed, issue is resolved !