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
on windows the following error is popping up in the web devconsole
Access to fetch at 'http://ipc.localhost/__initialized' from origin 'http://localhost:1420' has been blocked by CORS
policy: Response to preflight request doesn't pass access control check: It does not have HTTP ok status.
The code in Tauri has a special case for the __initialized request and works fine
on windows the following error is popping up in the web devconsole
The code in Tauri has a special case for the __initialized request and works fine
https://github.com/tauri-apps/tauri/blob/d6fd1219743eca80793b9e54616b59391a3e1502/core/tauri/src/window.rs#L2115
which is overwritten by
tauri-bindgen/crates/ipc-router-wip/src/lib.rs
Lines 195 to 200 in 1ae5e2a
quite not sure what the impact is, commands work fine with an adjusted url
The text was updated successfully, but these errors were encountered: