Jets Endpoint URL giving timeout with Deploying Rails application using After Burner

See:

The first link mentions:

Try going up farther in the CloudWatch logs and see if you can find an error about rackup failing to start. That is the key. Was able to just deploy the tongueroo/demo-rails-api 1 app with Jets Afterburner mode successfully. So, at this point think it’s project specific issue :face_with_monocle: Try to go farther up the CloudWatch logs to find out where rackup is failing to start.

Jets starts the rack server during the cold start for performance. So you have to find the request with the cold start.

Also, just deployed the https://github.com/tongueroo/demo-rails app and it was ok. It may be specific to your setup :face_with_monocle: Would also try spinning up a cloud9 machine and deploying the demo-app from there. That may help eliminate specific setup issues.