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

DOMException when attempting to save any map to browser storage #1029

Open
121GWJolt opened this issue Dec 20, 2023 · 3 comments
Open

DOMException when attempting to save any map to browser storage #1029

121GWJolt opened this issue Dec 20, 2023 · 3 comments

Comments

@121GWJolt
Copy link

Attempting to save any map to browser storage fails with DOMException: Data provided to an operation does not meet requirements.

Steps to reproduce

  1. Generate new map
  2. Use browser shortcut, save menu, or attempt to save map in browser storage
  3. Reload page
  4. Browser loads new map and claims nothing has been saved in storage (but map generation settings from previous session are still preserved)

Expected behavior
Map should save to browser storage

.map file

TestingForBugs 2023-12-20-12-21.zip

Screenshots

image

System

  • Version: 1.95.05
  • Browser: Firefox 121.0
  • OS: Windows 10
@Azgaar
Copy link
Owner

Azgaar commented Dec 20, 2023

The problem is that I cannot reproduce the issue. It works pretty fine for me. I will check what can be done here

@121GWJolt
Copy link
Author

My bad, seems the issue was resolved by just wiping the browser storage cache & cookies for the site. Guess the DB must've been corrupted, or had a key wrong, maybe?

@Azgaar
Copy link
Owner

Azgaar commented Dec 20, 2023

Yes, maybe, need to analyze it more

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

No branches or pull requests

2 participants