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
I am maintaining a Tauri app that's solely meant to be a Windows Desktop App, and I've been developing mostly on a Windows machine, but recetly switched over to MacOS. I have this function that I am invoking from the frontend:
I am maintaining a Tauri app that's solely meant to be a Windows Desktop App, and I've been developing mostly on a Windows machine, but recetly switched over to MacOS. I have this function that I am invoking from the frontend:
The argument
pathname
includes the filetype extension, which gives me this error/output on MacOS (works fine this way on Windows):I am a bit confused by the error
contained types, but service expects types
.What am I doing wrong here? Thanks!
The text was updated successfully, but these errors were encountered: