Email Us for Support
If you have any questions, email us at
hk.kim@aieev.com.
Email Us for Development
If you have any questions, email us at
bspark@aieev.com.
Frequently Asked Questions
Below are common issues and how to resolve them based on real user deployments and our internal diagnostics:401 Unauthorized
401 Unauthorized
404 Not Found
404 Not Found
The requested container ID or endpoint path is invalid. Double-check the
container ID or route.
500 Internal Server Error
500 Internal Server Error
An internal server error has occurred. Try again later or contact the Air Cloud support team.
API Key Authentication Failure
API Key Authentication Failure
- Symptom: Fails to authenticate API request
- Cause: Expired or incorrect API key
- Fix:
- Ensure your key is still valid (check expiration)
- Generate a new API key from the Air Cloud dashboard
GPU Assignment Errors
GPU Assignment Errors
- Symptom: No GPU detected on container startup
- Cause: Node instability or driver mismatch
- Fix:
- Re-deploy to a new instance
- Check compatibility of driver with your container runtime
Network Connectivity Failures
Network Connectivity Failures
- Symptom: Container cannot reach external endpoints
- Cause: Port configuration, DNS issues, or firewall blocks
- Fix:
- Verify container exposes correct port and service is listening
- Use curl inside container to test outbound connectivity
- Ensure no security group restrictions block egress traffic
Health Check Failures / Stuck in Initializing
Health Check Failures / Stuck in Initializing
- Symptom: Deployment hangs on health check
- Cause: Container is not returning 200 OK on /health
- Fix:
- Confirm that the correct health check path and port are exposed
- Check logs for stack traces or model loading delays
Autoscaling Not Triggering
Autoscaling Not Triggering
- Symptom: No scaling despite high load
- Cause: Scaling threshold too high, or unhealthy replicas
- Fix:
- Tune autoscaling parameters (e.g., CPU threshold, latency window)
- Verify all replicas pass health checks
502/503 Gateway Errors
502/503 Gateway Errors
- Symptom: API responds with server error
- Cause: App not bound to expected port or crashed during startup
- Fix:
- Verify service listens on
0.0.0.0:<PORT>
- Increase health check timeout if model loading takes long
- Verify service listens on
We do our best to respond to all requests within 24 hours but delays may occur
during busy times.