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
The issue is simple. All the app data does on the "identifier" folder inside the appData folder. For example at .local/share/com.myapp.app/* on Linux.
I don't know why but there's a file, hsts-storage.sqlite, that's created inside the wrong folder. This one is created on .local/share/myapp/*.
I don't know where it's getting the folder name from as I've change the productName from the tauri.conf.json and folder name remains the same but there it is.
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
The issue is simple. All the app data does on the "identifier" folder inside the appData folder. For example at .local/share/com.myapp.app/* on Linux.
I don't know why but there's a file, hsts-storage.sqlite, that's created inside the wrong folder. This one is created on .local/share/myapp/*.
I don't know where it's getting the folder name from as I've change the productName from the tauri.conf.json and folder name remains the same but there it is.
Reproduction
https://github.com/XurxoMF/rustory
Clone that repo and run npm run tauri dev.
If the issue is because of a Tauri related issue the file should show up instantly.
Expected behavior
That file, if needed, should be created on the $APPDATA/{identifier}/* folder not on the $APPDATA/{whatever}/* folder.
Full
tauri info
outputStack trace
Additional context
I think I changed nothing to mess something. I just installed Tauri, installed a few plugins and that's it.
The text was updated successfully, but these errors were encountered: