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
Sometimes when opening a webview window on Linux from Rust with WebviewUrl::App the window opens but the url of it is Err(InvalidUrl(RelativeUrlWithoutBase)). This causes the window to be empty.
I say sometimes because this problem goes away somewhat randomly. Things that made it disappear are not closing the splash screen and disabling the splash screen.
Reproduction
Have an new_playlist.html in the public directory {project}/public/new_playlist.html.
Describe the bug
Sometimes when opening a webview window on Linux from Rust with
WebviewUrl::App
the window opens but the url of it isErr(InvalidUrl(RelativeUrlWithoutBase))
. This causes the window to be empty.I say sometimes because this problem goes away somewhat randomly. Things that made it disappear are not closing the splash screen and disabling the splash screen.
Reproduction
Have an new_playlist.html in the public directory
{project}/public/new_playlist.html
.Expected behavior
The url of the window gets recognized correctly and the webview content loads.
Full
tauri info
outputStack trace
Additional context
tauri.conf.json
The text was updated successfully, but these errors were encountered: