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
When retrieving values (getAsync function), regularly an exception is thrown, which is visible when adding a console.log(e) in the catch (e) block:
Malformed UTF-8 data
After debugging and logging, I found that the retrieved data is indeed completely scrambled when this happens, as if the wrong key is used to decrypt it.
I haven't figured out why this happens, but it happens very regularly (I would say about a 50% chance per reducer on every rehydration), making this package unusable. Is anyone else experiencing this, and is there a potential fix?
The text was updated successfully, but these errors were encountered:
For whatever it's worth, I've also just started getting this issue and ultimately decided against using it. My use-case is a bit difficult to extricate a useful reproduction of the error, but hopefully someday either the maintainer or someone else is able to address this issue.
When retrieving values (
getAsync
function), regularly an exception is thrown, which is visible when adding aconsole.log(e)
in thecatch (e)
block:After debugging and logging, I found that the retrieved data is indeed completely scrambled when this happens, as if the wrong key is used to decrypt it.
I haven't figured out why this happens, but it happens very regularly (I would say about a 50% chance per reducer on every rehydration), making this package unusable. Is anyone else experiencing this, and is there a potential fix?
The text was updated successfully, but these errors were encountered: