Editor Sync doesn't work on my project

That can happen if the npm install failed/stopped unexpectedly. Try doing a clean install maybe

by user 224464722878005248

Is it normal that I need to remake the setup ?

by user 224464722878005248

It’s not gonna erase a part of my code if I do that ?

by user 224464722878005248

no

Did you have code erased in any version?

I didn’t run the setup installation during a project in developement from now, so I prefer asking (sorry aha)

by user 224464722878005248

Makes sense, just asking because if that would happen it would be very bad :slightly_smiling_face:

Little detail : when I start the server
The url launched is not the same the the vite one

by user 224464722878005248

by user 224464722878005248

that’s because your vite config is missing a detail:

            strictPort: true,
            port: 3000,

It seemed to be missing from the template. I just noticed when I tried here

The Editor sync seems not working again x) sorry :x

by user 224464722878005248

:thinking: any logs?

by user 224464722878005248

That’s it?

I will try to relaunch with unity and see its logs

by user 224464722878005248

Maybe this :

by user 224464722878005248

by user 224464722878005248

Shouldnt be relevant :thinking: