Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploying my app with Gunicorn broke parsing of HTTP requests #922

Open
blockjon opened this issue Jul 9, 2021 · 3 comments
Open

Deploying my app with Gunicorn broke parsing of HTTP requests #922

blockjon opened this issue Jul 9, 2021 · 3 comments

Comments

@blockjon
Copy link

blockjon commented Jul 9, 2021

I have a Flask result app which works just fine under WSGIServer.

Today I followed the directions for deploying via Gunicorn with gevent.

Things seemed fine in local testing but when I deployed to production, my HTTP handlers that receive and parse JSON PUT requests with Content-Type headers of "application/json" seemed to return None when I tried to read request.json

Is there some obvious reason I'm failing to realize that gunicorn may not be compatible with Flask or Flask-Restful?

@kelliedixon1
Copy link

Hello my love

@kelliedixon1
Copy link

How are you doing

@kelliedixon1
Copy link

Uploading images (9).jpeg…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants