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

Pin Werkzeug to fix JSON parsing error in the bff during local dev #101

Merged
merged 1 commit into from May 4, 2022

Conversation

mbarton
Copy link
Collaborator

@mbarton mbarton commented May 4, 2022

Fixes a weird problem where requests to the bff fail with:

Did not attempt to load JSON data because the request Content-Type was not 'application/json'

The api endpoints were unaffected.

I don't know why it happens but the nice people on this thread suggested pinning Werkzeug to 2.0.3 and that fixed it for me schuderer/mllaunchpad#152

@mbarton mbarton self-assigned this May 4, 2022
@mbarton mbarton force-pushed the mbarton/fix-bff-local-dev branch from 3b77eeb to 6550e1c Compare May 4, 2022 18:16
@adamcunnington adamcunnington merged commit 3f2ad87 into master May 4, 2022
@adamcunnington adamcunnington deleted the mbarton/fix-bff-local-dev branch May 4, 2022 18:17
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

Successfully merging this pull request may close these issues.

None yet

2 participants