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 flask to version 1.1.x #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sdhughes1
Copy link

I run margarita in Docker. When I build the container using the supplied requirements.txt, I get a 500 error when submitting changes or cloning branches in the web interface of margarita.

After turning on debug, the underlying error was AttributeError: 'Request' object has no attribute 'is_xhr'

It turns out a new version of Flask addressed this issue. Updating to the latest 1.1.x version of Flask fixed my issue and Margarita remains functional (and more up-to-date)

pallets/flask#2549

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.

1 participant