Hey, i wonder if iam doing something wrong. When trying to open any links via <a href="https://google.com" target="_blank>...</a> or shell.Open("https://google.com") i receive a permission denied error in the debugger console.
04-11 16:51:22.613 11553 11553 E Tauri/Console: File: https://tauri.localhost/ - Line 311 - Msg: Uncaught (in promise) shell error: failed to open: Scoped shell IO error: Permission denied (os error 13)```
```bash
# uname -a
Linux pc 6.2.10-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 07 Apr 2023 02:10:43 +0000 x86_64 GNU/Linux
# cargo tauri --version
tauri-cli 2.0.0-alpha.6
tauri.conf.json
"tauri": {
"allowlist": {
"all": true,
"shell": {
"all": true,
}
},...```
AndroidSDK and NDK not older than a week.
What am i missing?