Azgaar / Fantasy-Map-Generator

Web application generating interactive and highly customizable maps

Home Page:https://azgaar.github.io/Fantasy-Map-Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOMException when attempting to save any map to browser storage

121GWJolt opened this issue · comments

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

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

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?

Yes, maybe, need to analyze it more