Replies: 1 comment
-
JYFI: I found the problem, its related to my devUrl. Changing my dev url resolves the problem. In tauri.conf.json / "devUrl" I changed the value from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I see the following errors when running my app on android. However, when I build a apk and install it, the app is running fine. Any idea what could cause this MIME issue in the dev-setup?
Thanks in advance
Manuel
My setup details:
[✔] Environment
- OS: Windows 10.0.19045 x86_64 (X64)
✔ WebView2: 129.0.2792.89
✔ MSVC: Visual Studio Build Tools 2022
✔ rustc: 1.81.0 (eeb90cda1 2024-09-04)
✔ cargo: 1.81.0 (2dbb1af80 2024-08-20)
✔ rustup: 1.27.1 (54dd3d00f 2024-04-24)
✔ Rust toolchain: stable-x86_64-pc-windows-msvc (default)
- node: 20.18.0
- yarn: 1.22.19
- npm: 10.8.2
[-] Packages
- tauri 🦀: 2.0.4
- tauri-build 🦀: 2.0.1
- wry 🦀: 0.46.2
- tao 🦀: 0.30.3
- tauri-cli 🦀: 1.5.14
- @tauri-apps/api : 2.0.0 (outdated, latest: 2.0.2)
- @tauri-apps/cli : 2.0.3
[-] Plugins
- tauri-plugin-fs 🦀: 2.0.1
- @tauri-apps/plugin-fs : 2.0.0
[-] App
- build-type: bundle
- CSP: unset
- frontendDist: ../dist/ui
- devUrl: http://localhost:1420/tasks
- framework: Angular
- bundler: Webpack
Beta Was this translation helpful? Give feedback.
All reactions