staniboy
Results
2
comments of
staniboy
Cargo.toml example in installation should look like something like this: [dependencies.tauri-plugin-sql] git = "https://github.com/tauri-apps/tauri-plugin-sql" features = ["sqlite"] # or "postgres", or "mysql" branch = "release" otherwise it won't wint 0.1.0...
> I have same issue with Nuxt 3 and supabase OAuth: > > ``` > [Vue Router warn]: The selector "#access_token=..." is invalid. If you are using an id selector,...