You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running bun [run] tauri dev the window takes upwards of 30 - 40 seconds to connect to the svelte page/vite, it's immediately available in the browser though.
This could very well be user error, and I've just missed something, but even in a clean project the behavior still appears for whatever reason.
Reproduction
run bun create tauri-app
Select Svelte and Typescript
Run the project and observe slow behavior
Expected behavior
For the application to load quicker, maybe this is intended, but it doesn't seem that way.
From what I can tell, it seems to be a bug in maybe the webview? Or whatever window they're using for connecting to the frontend (React, svelte, etc) takes a while to even begin to connect. Since my Rust code runs straight away, the frontend is instantly available on localhost, it's just the window takes forever to connect, for whatever reason.
I'm only a beginner developer, so I could be entirely wrong, but from what I can see that seems to be at least a issue
I've been able to experience up to, almost 3 and a half minutes to just connect when running in tauri dev it was at about 2.5 minutes before it even started to load my code, which is basically just a hello world page with a bit of tailwind in it
Describe the bug
When running
bun [run] tauri dev
the window takes upwards of 30 - 40 seconds to connect to the svelte page/vite, it's immediately available in the browser though.Reproduction
bun create tauri-app
Expected behavior
For the application to load quicker, maybe this is intended, but it doesn't seem that way.
Full
tauri info
outputStack trace
Additional context
No response
The text was updated successfully, but these errors were encountered: