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:
- Verify your API key is correct
- Check that the key hasn't expired
- Ensure you're using the correct environment (production vs staging)
Can't Login
Problem: Browser doesn't open or login fails.
Solution:
- Manually visit: https://dashboard.automatedfuture.co/auth/cli
- Copy the token
- 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:
- Check your internet connection
- Verify the API key is set correctly
- Check project ID configuration
- 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:
- Email: hello@automatedfuture.co
- Check our status page