Replies: 3 comments
-
I had Searched on GitHub and Stack Overflow. |
Beta Was this translation helpful? Give feedback.
-
As far as i am aware, grpc-web should "just work" in Tauri. There are a few issues like this one for example #9288 (macos) but that also implies that the it generally works. Which OS / OS version are we talking about here? Are you sure it's not a server side issue? |
Beta Was this translation helpful? Give feedback.
-
Thank you for your response. I spent quite a bit of time troubleshooting the issue, which made me doubt whether grpc-web could be used in Tauri. After rechecking my code, I found that it was indeed a configuration error. Now, it is running correctly in my Tauri app. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to use grpc-web in Tauri, but in a Tauri application, the webview can only connect to the network through its own HTTP module. Is there any way to use grpc-web in Tauri?
Beta Was this translation helpful? Give feedback.
All reactions