tauri
tauri copied to clipboard
[bug] path not allowed on the configured scope (at linux)
Describe the bug
ok at windows, not at linux
Reproduction
- open https://github.com/4tst/tauri-issues/tree/bug/fs-scopes
- follow the
readme.md
Expected behavior
No response
Platform and versions
1. linux debian
2. tauri 1.2.6
Stack trace
No response
Additional context
No response
After following the readme instructions the app worked fine for me, no errors... Can you try it again after upgrading the js and rust dependencies to the latest version?
After following the readme instructions the app worked fine for me, no errors... Can you try it again after upgrading the js and rust dependencies to the latest version?
after upgrading, error still here. did you run tauri under linux and use branch bug/fs-scopes
and i found:
- if appDataDir not exist before, when run pnpm tauri dev, the error happens, but appDataDir is created correctly
- delete appDataDir after step 1, then refresh the page, then no errors and appDataDir is created
- refresh again after step2, the error happens again