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 using tauri to create exe of my react application and i am using node backend (express + sqlite) client side db. i want to embed backend binary into tauri app as external binary and expose api to my react app so i modify my tauri.config.json i have added image of my package.json. and also modified main .rs i have added image of this also but when i make build of this run exe i am unble to connect with backend.
how can solve this issue ?
The text was updated successfully, but these errors were encountered:
Does it print any errors in the terminal if you do tauri dev or tauri build --debug (output in target/debug/ )?
It sounds like your sidecar just failed to start because of some error.
I am using tauri to create exe of my react application and i am using node backend (express + sqlite) client side db. i want to embed backend binary into tauri app as external binary and expose api to my react app so i modify my tauri.config.json i have added image of my package.json. and also modified main .rs i have added image of this also but when i make build of this run exe i am unble to connect with backend.
how can solve this issue ?
The text was updated successfully, but these errors were encountered: