Gunicorn App Isn’t Working With GAE (static files work but the script doesn’t work)
The static files work fine but for some reason the entrypoint isn’t running at all. I’ve even tried making running start.sh as an entrypoint with an echo “Starting gunicorn” and I don’t see it in the logs. It’s not my code I’m pretty sure since I’ve tested locally. This worked before when I didn’t use gunicorn.