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

A mutation operation was attempted on a database that did not allow mutations. #1101

Open
calebeby opened this issue Aug 23, 2020 · 0 comments
Labels
bug Addresses something that isn't working. up for grabs Open for someone to work on.

Comments

@calebeby
Copy link
Member

This error happens on the homepage (on prod and dev) when you load peregrine directly in an incognito window of firefox. This is happening because in incognito firefox does not allow you to access localstorage, so an error is getting thrown. We should catch the error and not try to do caching when that happens.

screenshot

@varCepheid varCepheid added enhancement Adds a new feature or meets a request. up for grabs Open for someone to work on. bug Addresses something that isn't working. and removed enhancement Adds a new feature or meets a request. labels May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Addresses something that isn't working. up for grabs Open for someone to work on.
Projects
None yet
Development

No branches or pull requests

2 participants