Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Pro] Always redirects to http://127.0.0.1:8000/api #232

Open
taewookim opened this issue Jan 6, 2025 · 1 comment
Open

[Pro] Always redirects to http://127.0.0.1:8000/api #232

taewookim opened this issue Jan 6, 2025 · 1 comment

Comments

@taewookim
Copy link

I'm a pro supporter. When I launch, it always redirects to /api, so I dont see the front end at all
Steps taken after I downloaded the pro version:

python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install wheel
pip install -r requirements.txt
python run.py install
python run.py

log:

Starting frontend server at http://localhost:3000/
Bottle v0.13.2 server starting up (using WSGIRefServer())...
Listening on http://127.0.0.1:8000/
Hit Ctrl-C to quit.

127.0.0.1 - - [06/Jan/2025 14:42:41] "GET /api/ui/config HTTP/1.1" 200 297725
127.0.0.1 - - [06/Jan/2025 14:42:44] "GET / HTTP/1.1" 303 0
127.0.0.1 - - [06/Jan/2025 14:42:44] "GET /api HTTP/1.1" 200 17
127.0.0.1 - - [06/Jan/2025 14:42:44] "GET /favicon.ico HTTP/1.1" 405 750

@taewookim taewookim changed the title Always redirects to http://127.0.0.1:8000/api [Pro] Always redirects to http://127.0.0.1:8000/api Jan 6, 2025
@Chetan11-dev
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants