Fabian-Lars

Results 1363 comments of Fabian-Lars

p.s. system level certs should be loaded automatically if you enable the plugin's `rustls-tls-native-roots` feature flag (i assume you had to do the same for reqwest?)

Transferred to the docs repo so well add the flags to the guide

This either needs to be windows only or have more warnings. Once you package the app on Linux and macOS most paths won't work anymore while on Windows they'd still...

> Most of the paths still need to work I think, people might want to access those directories not just for storing their own data? I meant in the new...

first of all, please include the output of the `tauri info` command as required by the issue template. Then, could you perhaps try to make a screen recording of the...

can you share the output of the `tauri info` command please?

updating `tauri-plugin-opener` on the rust side _should_ fix this 🤔

well the error is slightly different now, it complains about `paths` instead of `path` now but that makes even less sense cause paths is correct. your code is still `await...

works for me on macOS too. Does the path contain any non ascii characters perhaps?

> npm run tauri android build -- --apk --target aarch64 This actually works for me🤔