reflex-chat icon indicating copy to clipboard operation
reflex-chat copied to clipboard

Connection Error

Open arvin-crypto opened this issue 2 years ago • 3 comments

Hello, why do I get an error when running the front-end, I use --frontend-only, Are there any solutions? I can't find any code that makes the call. image

arvin-crypto avatar Nov 29 '23 16:11 arvin-crypto

Are you running the backend separately? The app needs the backend to be up in order to run. If you're doing --frontend-only you need to set the api_url within rxconfig.py to point to your backend.

picklelo avatar Nov 29 '23 19:11 picklelo

Are you running the backend separately? The app needs the backend to be up in order to run. If you're doing --frontend-only you need to set the api_url within rxconfig.py to point to your backend.

Yes, thank you.

arvin-crypto avatar Dec 01 '23 13:12 arvin-crypto

I am not doing --frontend-only but still get image

Possibly this could be because I run it via ssh -L 8000:localhost:8000 $my_serve_ip

Huge avatar Dec 22 '23 11:12 Huge