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 get this logs on every server restart and is getting quite annoying, i tried to use the disableWarnings function but nothing changes.
Unable to find the document.cookies. No data will be persisted.
Are you running on a server? Most of storages are not available while running on a server.
Unable to find the window.localStorage. No data will be persisted.
Are you running on a server? Most of storages are not available while running on a server.
Unable to find the window.sessionStorage. No data will be persisted.
Are you running on a server? Most of storages are not available while running on a server.
am i using it wrong?
The text was updated successfully, but these errors were encountered:
It's bug that have been introduced in version 2.3.0: the new alias functions (persistCookie, persistBrowserSession, persistBrowserLocal and theirs derivate function) use centralized storage. But this storage is created before you can have the chances to call disableWarnings()
I will update the code so those centralized storage are lazy-created
i get this logs on every server restart and is getting quite annoying, i tried to use the disableWarnings function but nothing changes.
am i using it wrong?
The text was updated successfully, but these errors were encountered: