You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have FastAPI running behind a reverse proxy with Circus, which works great. But I am curious why I'm not able to see the Web Dashboard that looks like it should automatically start up when I start Circus. I don't see any Circus processes in htop that look like they would be running the dashboard. It just hangs when I curl http://127.0.0.1:8080.
Hello,
I have FastAPI running behind a reverse proxy with Circus, which works great. But I am curious why I'm not able to see the Web Dashboard that looks like it should automatically start up when I start Circus. I don't see any Circus processes in htop that look like they would be running the dashboard. It just hangs when I curl http://127.0.0.1:8080.
I'm using the basic tutorial from https://circus.readthedocs.io/en/latest/tutorial/step-by-step/#interaction and this is my circus.ini:
Is it because i'm using Uvicorn instead of Chaussette? Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: