Open zinso opened 9 months ago
have the same issue, when compiling with leptos is says something about failing to read metadata
In my test env (Windows 10), I met the similar problem, and the problem was fixed by modifying vite.config.ts
:
const host = '0.0.0.0'; //process.env.TAURI_DEV_HOST;
Describe the bug
After Android apk package is built and installed, the web page that displays: https://tauri.localhost error tying to connect :dns error;failed to lookup adress.
Reproduction
No response
Expected behavior
No response
Full
tauri info
outputStack trace
No response
Additional context
No response