Skip to content

Troubleshooting

Common issues and how to resolve them.

Troubleshooting

Solutions to common problems when using Automated Future.

Authentication Issues

"Invalid API Key" Error

Problem: You see an error about an invalid API key.

Solution:

  1. Verify your API key is correct
  2. Check that the key hasn't expired
  3. Ensure you're using the correct environment (production vs staging)
af auth status

Can't Login

Problem: Browser doesn't open or login fails.

Solution:

  1. Manually visit: https://dashboard.automatedfuture.co/auth/cli
  2. Copy the token
  3. Run: af auth login --token <your-token>

Test Execution Issues

Tests Not Appearing in Dashboard

Problem: Tests run but don't show up in the dashboard.

Solution:

  1. Check your internet connection
  2. Verify the API key is set correctly
  3. Check project ID configuration
  4. Review logs: af run --verbose -- npm test

Slow Test Uploads

Problem: Test results upload slowly.

Solution:

  • Reduce payload size by filtering unnecessary test data
  • Check network connectivity
  • Consider upgrading your plan for higher limits

Getting Help

If you can't find a solution: