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

Update from multidict==1.2.2 to latest cause Flask app behind a nginx proxy to 404 #8

Closed
bart3005 opened this issue Sep 2, 2016 · 2 comments

Comments

@bart3005
Copy link

bart3005 commented Sep 2, 2016

I am have a Flask app hosted in a gunicorn server behind a nginx reverse proxy. The app is not on the / URL but under a

Updating from 1.2.2 to latest cause the Flask app to return 404 for all routes. Downgrading back to 1.2.2 fixed the issues.

Not sure if this is a Flask issue or multidict.

@asvetlov
Copy link
Member

asvetlov commented Sep 2, 2016

aiohttp actually.
The master uses 2.0 but the latest published release still sits on 1.2.2

@asvetlov asvetlov closed this as completed Sep 2, 2016
@bart3005
Copy link
Author

bart3005 commented Sep 2, 2016

Thanks heaps explains it.

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