Replies: 1 comment
-
Troubleshooting GuideThese errors indicate the backend services are not fully running or accessible. Here's how to diagnose and fix: Step 1: Check if all services are runningdocker compose psYou should see all services with status Step 2: View logs for the controls serviceThe demo data API is served by the docker compose logs grc-controls --tail=50Look for:
Step 3: Restart the backend servicesdocker compose down
docker compose up -dWait ~30 seconds for all services to initialize, then try again. Step 4: Verify the API is respondingcurl http://localhost:3001/healthIf this returns Common Causes
New Documentation AvailableWe've added a comprehensive Demo Data Guide with detailed troubleshooting steps. Check the Troubleshooting section for more help. Let us know the output of the commands above and we can help diagnose further! |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
System health check unavailable (backend may need restart)
what to do for this ?
and whenever i press load demo data this pops up
An unexpected error occurred. Please try again later.
pls help
Beta Was this translation helpful? Give feedback.
All reactions