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
Hey @harryherold
Thanks for checking out mediocre.
The issue seems to be because Tauri can't find the front-end dev server on localhost.
If you want to run in dev you should try:
yarn start which concurrently runs:
yarn devfe
yarn devbe
Essentially the devfe (front-end dev server) needs to start before the devbe (Tauri backend). So that it can find it running on http://localhost:3000/. Also make sure you give the Windows firewall permission for the same.
I think in your case you do not want to develop it but rather just build it. In that case you should just run yarn build.
Also note that the project might still fail to build because its using a pre-release version of Tauri. I'm considering a rewrite of this in the future, therefore all developments on this have been on a hold.
Hi,
I tried to build mediocre on my Windows 11 like
When the tauri application starts, I get following error message:
Please, could you tell what I am doing wrong?
I also tried to build a release ala:
The text was updated successfully, but these errors were encountered: