Local storage saving item key with unknown prefix #1146
Unanswered
shinobu-uwu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I have a function that saves items to secure storage using the local area, however when I call the getAll method, the keys are returned with a prefix that to me is unknown. Why is this happening, what is that id, and is there any way to fix it?
This is how my items are being saved:
And here is how it's being retrieved when I need to list all items:
This is an example key that is being returned by
getAll
:371daecf|:|item-<redacted>:<redacted>
Beta Was this translation helpful? Give feedback.
All reactions