Connection Error
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.
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.
Are you running the backend separately? The app needs the backend to be up in order to run. If you're doing
--frontend-onlyyou need to set theapi_urlwithinrxconfig.pyto point to your backend.
Yes, thank you.
I am not doing --frontend-only but still get
Possibly this could be because I run it via ssh -L 8000:localhost:8000 $my_serve_ip