WongSaang / chatgpt-ui

A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage. Provides Docker images and quick deployment scripts.
https://wongsaang.github.io/chatgpt-ui/
MIT License
1.49k stars 325 forks source link

Frontend Keep loading #186

Open Pancat007 opened 1 year ago

Pancat007 commented 1 year ago

I want to start the app locally without docker, I didn't add any environment variables Just 'yarn install' and 'yarn dev'

And the frontend keep loading, there is only a nuxt page, but cannot get into the chat page like the demo shown image image

I believe I have set up the backend successfully, and I've set the apiproxy to the backend

SparksFlyx3 commented 10 months ago

I experience the same issue. Did you manage to find a solution?

Pancat007 commented 10 months ago

I experience the same issue. Did you manage to find a solution?

I think you need to connect to the backend, but i've forgot how to configure that XD

carlwang99 commented 9 months ago

i also experience the same issue, did anyone can help?

carlwang99 commented 9 months ago

I experience the same issue. Did you manage to find a solution?

Did you fix this issue?

SparksFlyx3 commented 9 months ago

I experience the same issue. Did you manage to find a solution?

Did you fix this issue?

Nope. I decided to implement my own version (not public). Works like a charm & isn't hard to do.

fm-chen commented 6 months ago

I had the same issue and fixed it by adding environmental variables in my conda environment (where I run "yarn dev").

conda env config vars set SERVER_DOMAIN=localhost:9000 conda activate <your_env_name> # to refresh the env