AI Safety Logo

Backend Connectivity Debug

Current Configuration

Backend URL: https://ecourse-api.ewakopedia.com

Backend API Enabled: Yes

Debug Mode: Disabled

Backend Connection Diagnostic

Troubleshooting Steps

  1. Make sure your backend server is running
    cd /home/naim/Projects/aisafety.id/backend
    go run ./cmd/api/main.go
  2. Verify the backend URL is correct

    Make sure you can access https://ecourse-api.ewakopedia.com/health directly in your browser.

  3. Docker users: If running in Docker containers, the URL might need to use the container name instead of localhost.
  4. Try a different address: If using localhost, try using 127.0.0.1 instead.
  5. Check firewall rules that might be blocking the connection between frontend and backend.
  6. Backend CORS: Ensure your backend is configured to accept cross-origin requests.