-
**Describe the bug**
I'm attempting to run Tauri on an existing prod React project. I have been encountering a panic somewhat reliably after a deep-link is called (user goes to complete oauth flow, d…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Current behavior
When building the selhost desktop app (version [2024.10.0](https://github.com/hoppscotc…
-
### Describe the bug
When I want to use tauri's fetch function to send data to my python program ( this program start in tauri::Command), I send it smoothly and get response in the first time, and …
-
### Describe the bug
I follow this article to add permission for my plugin
https://tauri.app/develop/plugins/develop-mobile/#permissions
```kotlin
@TauriPlugin(
permissions = [
P…
-
### Describe the bug
I followed the steps in the link below. I didn't any change the created files at all.
https://v2.tauri.app/start/create-project/
After the "npm run tauri dev" command the a…
-
### Describe the bug
On Windows and Linux, configuring fileAssociations does not trigger the onOpenUrl method of the deep-link plugin when double-clicking a file.
`tauri.config.json`
```json
…
-
### Describe the bug
Here's my code
```js
let db = await Database.load(`mysql://${username}:${password}@${host}:${port}/information_schema`)
let res = await db.select(`SELECT * FROM INFORMATION_SC…
-
writeTextFile does not work with iOS. The code completes without any errors, but the iOS simulator and actual device show an empty file.
```
save().then(filePath => {
console.log(filePath)…
-
### Describe the bug
0.3.0版本的appimage无法打开,没有出现窗口,没有tray图标
重新安装0.2.0 appimage没有问题
系统:Ubuntu 22.04.5 LTS 64 位 Gnome 42.9 X11
```
[2024-11-02][11:16:39][async_io::driver][TRACE] sleeping for 5000 …
-
### Describe the bug
当我http服务器设置了发送头 Transfer-Encoding: chunked 属性后,fetch 请求失败
因为我的数据比较大,需要分块发送给客户端
### Reproduction
_No response_
### Expected behavior
_No response_
### Full `ta…