Skip to main content

Troubleshooting

Rapid fixes for auth, connectivity, run execution, and missing data issues.

7 min readTroubleshooting

Auth Failures (401/403)

Most auth failures are token expiration, invalid scope, or wrong project mapping.

Connectivity and Endpoint Mismatch

Verify local/prod URL alignment first.

  • - Portal prod: https://argus.ludotronics.io
  • - Backend prod: https://api.argus.ludotronics.io
  • - Local portal: http://localhost:3000

Run Health Issues

If runs stall, verify worker health, queue depth, and build ingestion status.

Related Docs