[URGENT BUG] Dashboard 404 Error: Failed to Load Evolution Status & Metrics #49
anhmtk
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, after running both the backend (FastAPI) and the frontend (Streamlit), the Dashboard (http://localhost:8501) fails to load key evolution status and metrics. The Dashboard shows the error "Unable to load evolution status/metrics".
Backend logs show the following critical endpoints are returning 404 Client Error (Not Found):
🎯 Impact
This bug prevents new users from verifying StillMe's core feature: Evolution Tracking. This is a high-priority bug that needs immediate attention.
🛠️ Contribution Request
We need Devs to examine the FastAPI Routing logic to ensure these endpoints are correctly defined and functional.
Relevant Files: Main Backend file and Router files (check api_endpoints in the architecture).
This is an excellent Good First Issue for Devs looking to dive into FastAPI Routing.
Beta Was this translation helpful? Give feedback.
All reactions