scosman / zipstreamer

Zip File Streaming Microservice - stream zip files on the fly
MIT License
119 stars 18 forks source link

Stuck on Starting Server #34

Closed georgewoofbates closed 1 year ago

georgewoofbates commented 1 year ago

First off, just wanted to say thanks this is such a useful repo! I've managed to deploy using Google Cloud run for testing and works great.

Only issue I'm having is trying to run it elsewhere. I want to run on AWS as that's where the rest of my infrastructure is, but when I try to run on an EC2 instance, on App Runner or on my MacBook locally, it just gets stuck on Server starting on port 8080.

Any ideas what might be causing that?

scosman commented 1 year ago

Are you sure it's actually stuck and not just running? When it successfully starts the last log you'll see is Server starting on port xxxx, and that usually indicates it's up and running. Nothing else will be logged until a request comes in.

scosman commented 1 year ago

Quickest way to check is just open http://localhost:8008 -- if you get a 404 it's running fine and should serve valid requests.