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
I've seen this error recently and I had to disable this nice feature.
I wrote this little module which handles browser storage: it tries to save in the localStorage in first place, then it tries cookies, which are better supported in private windows. If can't support cookies either, maybe because the user is blocking them, a plain object will kick in to save data.
Don't know if can help to fix the issue quickly :)
Safari private mode throws a QuotaExceededError whenever you try to push something into localstorage.
With vue-router this appears to be happening on scroll in saveScrollPosition.
The text was updated successfully, but these errors were encountered: