API Status

Oversight of Apify scraper account limits, real-time compute unit usage, and sync bandwidth consumption.

Failed to fetch limits and usage statistics from Apify. This is typically due to a missing, invalid, or expired API token.

Troubleshooting Steps:

  1. Ensure APIFY_TOKEN is defined in your backend .env file.
  2. Verify that your token has access to the GET /v2/users/me/limits endpoint.
  3. Restart your NestJS backend service to apply any environment changes.