Closed jibin2706 closed 2 years ago
I'll look into this sometime this week. What OS are you using? Which commands are failing?
I'll look into this sometime this week. What OS are you using? Which commands are failing?
Found the issue, the dev server was running on 3001 but the js file was being fetched with port 3000
Ahh, ok, so you had another application running on 3000, so vite started up on 3001?
Ahh, ok, so you had another application running on 3000, so vite started up on 3001?
yes
I tried running examples from the repo but the js files are giving 404 error (both chrome & firefox).