How do I use V2 FS Plugin? #10726
Replies: 2 comments 5 replies
-
Hrm, no idea why but it seems that removing |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am having the same issue. It shows:
I am really not sure how to even approach finding a solution since documentation only mentions adding a scope field |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, I'm fully willing to accept that the issue is EBCAK, but I need an assist here.
Trying to make use of the FS plugin. I'm following the latest 2.0 docs under "Migrate to File System Plugin":
Cargo.toml ->
tauri-plugin-fs = "2"
2.0.0-rc.0
package.json ->
"@tauri-apps/plugin-fs": "^2.0.0"
2.0.0-rc.1
Main.rs ->
.plugin(tauri_plugin_fs::init())
PluginInitialization("fs", "Error deserializing 'plugins.fs' within your Tauri configuration: unknown field
all, expected
requireLiteralLeadingDot")
I make the relevant adjustments to Cargo.toml and package.json as far as I can tell, but the
PluginInitialization
issue remains. Can someone point me in the direction of up-to-the-second documentation? 😂Beta Was this translation helpful? Give feedback.
All reactions