ERR_CONNECTION_REFUSED
on autorun
#11552
-
Hello! I have set the tauri app to run automatically when windows OS boots up. However, when the tauri app is automatically launched after Windows boots, I get an It seems that the tauri app is trying to load the page after booting, but before running the local web server. Is my rust code the problem? (Plugins load order)
But I'm using svelte, and it's a static adapter, so I don't think I need a server... Why does tauri run a local server... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
This sounds like the |
Beta Was this translation helpful? Give feedback.
your app works fine on my system. just to triple check, can you share the registered path?
in a
tauri build
app there's indead no localhost server so the error doesn't make much sense if it's a prod app.