I've been using Tauri for a personal project recently, I am working on the project on two different computers, since I try to work on it on my spare time from my laptop if I am outside, and from my desktop when I am home. I cloned the git repo from my laptop and it worked perfectly, but if I try to run it again from my desktop (after pulling the project updates) this happens:
If I try to run the project from my laptop it still works, no changes on the code or anything, I checked and the port is not being used.
The command I am using to run the project is the one provided in the website:
npm run tauri dev
Does anyone know why is this happening or how to fix the issue?