You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NS_ERROR_DOM_QUOTA_REACHED: Persistent storage maximum size reached
I get the above error in Firebug, running latest Mozilla 46.0.1, if I leave my site open after a long period of time. Closing the tab with the site open resolves the issue.
What can I do?
The text was updated successfully, but these errors were encountered:
I modified line 2053 of the jquery.history.js and added the code 1014. Firefox throws a 1014 when persistent storage is reached. This fix for safari fixes for firefox too.
NS_ERROR_DOM_QUOTA_REACHED: Persistent storage maximum size reached
I get the above error in Firebug, running latest Mozilla 46.0.1, if I leave my site open after a long period of time. Closing the tab with the site open resolves the issue.
What can I do?
The text was updated successfully, but these errors were encountered: