Backend Connectivity Debug
Current Configuration
Backend URL: https://ecourse-api.ewakopedia.com
Backend API Enabled: Yes
Debug Mode: Disabled
Backend Connection Diagnostic
Troubleshooting Steps
- Make sure your backend server is running
cd /home/naim/Projects/aisafety.id/backend
go run ./cmd/api/main.go - Verify the backend URL is correct
Make sure you can access
https://ecourse-api.ewakopedia.com/health
directly in your browser. - Docker users: If running in Docker containers, the URL might need to use the container name instead of localhost.
- Try a different address: If using localhost, try using 127.0.0.1 instead.
- Check firewall rules that might be blocking the connection between frontend and backend.
- Backend CORS: Ensure your backend is configured to accept cross-origin requests.