We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I use the latest version of Tauri with a frontend stack of Vue3 + Vite, and utilize the plugin '@tauri-apps/plugin-http', this error occurs.
No response
tauri info
[✔] Environment - OS: Windows 10.0.22631 x86_64 (X64) ✔ WebView2: 131.0.2903.99 ✔ MSVC: Visual Studio 生成工具 2022 ✔ rustc: 1.83.0 (90b35a623 2024-11-26) ✔ cargo: 1.83.0 (5ffbef321 2024-10-29) ✔ rustup: 1.27.1 (54dd3d00f 2024-04-24) ✔ Rust toolchain: stable-x86_64-pc-windows-msvc (default) - node: 18.18.0 - npm: 9.8.1 [-] Packages - tauri 🦀: 2.1.1 - tauri-build 🦀: 2.0.3 - wry 🦀: 0.47.2 - tao 🦀: 0.30.8 - @tauri-apps/api : not installed! - @tauri-apps/cli : 2.1.0 [-] Plugins - tauri-plugin-fs 🦀: 2.2.0 - @tauri-apps/plugin-fs : not installed! - tauri-plugin-http 🦀: 2.2.0 - @tauri-apps/plugin-http : 2.2.0 [-] App - build-type: bundle - CSP: unset - frontendDist: ../dist - devUrl: http://localhost:1420/ - framework: Vue.js - bundler: Vite
The text was updated successfully, but these errors were encountered:
Do you see this error in the tauri window or in your browser? Tauri's apis only work in a tauri window but not in the browser.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When I use the latest version of Tauri with a frontend stack of Vue3 + Vite, and utilize the plugin '@tauri-apps/plugin-http', this error occurs.
Reproduction
No response
Expected behavior
Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: