Where are cookies and localstorage data stored #8637
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
I have a code that supports Windows and Mac implementation through |
Beta Was this translation helpful? Give feedback.
-
Hey Tauri-Team :),
Since this feature tauri-apps/wry#518 has not been implemented for almost 2 years since the first request, I need a workaround for this. If I can access the cookie storage by myself inside the rust backend everything would be fine, but, inside the docs, I can't find out where they are stored.
I tried to find it out with the following code snippet:
and it states:
[Log] appDataDirPath – "/Users/c3po/Library/Application Support/XXX-app/"
but that path does not exist.
I tried to set a custom data_directory as proposed in tauri-apps/wry#518 but that does not work either since the path gets created but remains empty all the time:
Can anyone help me here out?
Thx in advance <3.
Beta Was this translation helpful? Give feedback.
All reactions