#After using app.restart(), the app shows the "Could not connect: Connection refused" text

6 messages · Page 1 of 1 (latest)

mellow tulip
#

I'm using a restart method in my tauri command function, but after restarting the app shows white screen with text "Could not connect: Connection refused"

lime vessel
#

in development the restart() function isn't really usable since the tauri cli doesn't recognize it as a restart making it loose connection and shutting down the beforeDevCommand

#

at least that's what i think is happening here

mellow tulip
#

hmm I will check that

mellow tulip
#

ok it worked <3