-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] 无法连接到 tauri.localhost #6454
Comments
Need a locally running service to run, I don't get it! Is it because the webview must have access to a website? |
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> Is the apk installed a debu version or release version? if all fails please make a minimal repro app so I can investigate further. |
If your [features]
default = ["custom-protocol"] you should remove/comment it |
Hello, i'm also having this problem. Basically i'm just running I will gladly provide more information if needed as i'm stuck in this without any clue 🥲 |
Yes please make a minimal repro and provide the output of |
Thank you for your response. Output of `cargo tauri info`
Android log when running `cargo tauri android dev`
For the repro, i didn't change any code after creating the apps. The steps to create are below:
|
Fix will be available in the next CLI release. |
It doesn’t work on the PC side either. If you remove this protocol, you can no longer package it. |
@amrbashir This issue is reproduced on the PC side and may require regression testing |
I have same bug when I build a android app debug target. |
Describe the bug
After Android apk package is built and installed, the web page that displays: https://tauri.localhost/ cannot be loaded because: net::ERR_CONNECTION_REFUSED
Reproduction
No response
Expected behavior
No response
Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: