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:
- Ensure APIFY_TOKEN is defined in your backend .env file.
- Verify that your token has access to the GET /v2/users/me/limits endpoint.
- Restart your NestJS backend service to apply any environment changes.