Originally created by @MichaelFomenko on GitHub (May 7, 2024).
Bug Report
Description
Bug Summary:
it don't work anymore, it asks for the build directory, but there is none. If I call http://localhost:8080/ it gives me only an empty Json file.
OS: Ubuntu 22.04
Steps to Reproduce:
Build and Install 🛠️
Run the following commands to install:
git clone https://github.com/open-webui/open-webui.git
cd open-webui/
# Copying required .env file
cp -RPp .env.example .env
# Building Frontend Using Node
npm i
npm run build
# Serving Frontend with the Backend
cd ./backend
pip install -r requirements.txt -U
bash start.sh
Originally created by @MichaelFomenko on GitHub (May 7, 2024).
# Bug Report
## Description
**Bug Summary:**
it don't work anymore, it asks for the build directory, but there is none. If I call http://localhost:8080/ it gives me only an empty Json file.
OS: Ubuntu 22.04
**Steps to Reproduce:**
```
Build and Install 🛠️
Run the following commands to install:
git clone https://github.com/open-webui/open-webui.git
cd open-webui/
# Copying required .env file
cp -RPp .env.example .env
# Building Frontend Using Node
npm i
npm run build
# Serving Frontend with the Backend
cd ./backend
pip install -r requirements.txt -U
bash start.sh
```
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 @MichaelFomenko on GitHub (May 7, 2024).
Bug Report
Description
Bug Summary:
it don't work anymore, it asks for the build directory, but there is none. If I call http://localhost:8080/ it gives me only an empty Json file.
OS: Ubuntu 22.04
Steps to Reproduce: