Bowser console errors - appear JavaScript Modules are not built.
signin:32 GET https://localhost:5001/lib/mjs/servicestack-vue.mjs net::ERR_ABORTED 404
app.mjs:1 GET https://localhost:5001/lib/mjs/vue.mjs net::ERR_ABORTED 404
app.mjs:2 GET https://localhost:5001/lib/mjs/servicestack-client.mjs net::ERR_ABORTED 404
It looks like the lib files weren’t pulled down when the project was created, if you run npm run postinstall it should pull them down. How did you originally create the project?