Permissions/ACL Errors in Built Tauri App #10933
Unanswered
QuirkyQueryQuester
asked this question in
Q&A
Replies: 1 comment 11 replies
-
If it's not too much to ask, do you think you can try to reproduce it in a fresh create-tauri-app project and upload that for us to investigate? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've developed a Tauri application using several plugins. While the app functions correctly when run with npm run tauri dev, I encounter permission/ACL errors after building it with npm run tauri build.
Current Behavior
npm run tauri dev
: The application runs without any errors, and all plugins work as expected.npm run tauri build
: The built application produces the following errors:These errors prevent the plugins from functioning, which significantly impacts the application's core functionality.
Expected Behavior
The built application should run without permission/ACL errors, and all plugins should function correctly, mirroring the behavior observed in the development environment.
Can anyone help me with this/had similar problems?
Environment
Here's my cargo.toml + the default.json for the plugin permissions:
Beta Was this translation helpful? Give feedback.
All reactions