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
Thanks for fixing #7801. However, it seems the custom protocol, or at least the asset protocol, is also broken by the new alpha.12, which might be related to the previous issue.
In console's network tab, the request gets HTTP 400, with the error message "The filename, directory name, or volume label syntax is incorrect. (os error 123)".
Reverting to alpha.11 instantly fixes the issue.
Reproduction
pnpm create tauri-app --alpha.
Modify the main.ts to have a convertFileSrc. Modify tauri.conf.json as necessary.
Describe the bug
Thanks for fixing #7801. However, it seems the custom protocol, or at least the asset protocol, is also broken by the new alpha.12, which might be related to the previous issue.
In console's network tab, the request gets HTTP 400, with the error message "The filename, directory name, or volume label syntax is incorrect. (os error 123)".
Reverting to alpha.11 instantly fixes the issue.
Reproduction
pnpm create tauri-app --alpha
.convertFileSrc
. Modify tauri.conf.json as necessary.Expected behavior
The image from asset protocol should load.
Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: