Gareth@iMac Loist8 % ./wash-start.sh server zsh: no such file or directory: ./wash-start.sh Gareth@iMac Loist8 % cd frontend/loist/app Gareth@iMac app % wasp start 🐝 --- Starting compilation and setup phase. Hold tight... ------------------------ 🐝 --- Compiling wasp project... -------------------------------------------------- ✅ --- Successfully completed npm install. ---------------------------------------- 🐝 --- Setting up database... ----------------------------------------------------- ✅ --- Database successfully set up. ---------------------------------------------- 🐝 --- Building SDK... ------------------------------------------------------------ ✅ --- SDK built successfully. ---------------------------------------------------- ✅ --- Your wasp project has successfully compiled. ------------------------------- 🐝 --- Listening for file changes... ---------------------------------------------- 🐝 --- Starting up generated project... ------------------------------------------- [ Server ] > server@0.0.0 watch [ Server ] > nodemon --exec 'npm run bundle-and-start || exit 1' [ Server ] [ Client ] > OpenSaaS@0.0.0 start [ Client ] > vite [ Client ] [ Server ] [nodemon] 2.0.22 [ Server ] [nodemon] to restart at any time, enter `rs` [ Server ] [nodemon] watching path(s): src/**/* ../../../src/**/* .env [ Server ] [nodemon] watching extensions: ts,mts,js,mjs,json [ Server ] [nodemon] starting `npm run bundle-and-start || exit 1` [ Server ] [ Server ] > server@0.0.0 bundle-and-start [ Server ] > npm run bundle && npm run start [ Server ] [ Client ] [ Client ] VITE v6.3.5 ready in 337 ms [ Client ] [ Client ] ➜ Local: http://localhost:3000/ [ Client ] ➜ Network: http://192.168.1.200:3000/ [ Client ] ➜ press h + enter to show help [ Server ] [ Server ] > server@0.0.0 bundle [ Server ] > rollup --config --silent [ Server ] [ Server ] [ Server ] > server@0.0.0 start [ Server ] > node --enable-source-maps -r dotenv/config bundle/server.js [ Server ] [ Server ] 🚀 "Email and password" auth initialized [ Server ] Starting pg-boss... [ Server!] (node:62654) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. [ Server!] (Use `node --trace-deprecation ...` to show where the warning was created) [ Server ] pg-boss started! [ Server ] Server listening on port 3001 [ Server ] GET /auth/me 304 171.462 ms - - [ Server ] GET /auth/me 304 24.280 ms - - [ Server ] POST /operations/get-customer-portal-url 200 28.079 ms - 74 [ Server ] GET /auth/me 304 54.910 ms - - [ Server ] using existing customer [ Server ] POST /operations/generate-checkout-session 200 1409.488 ms - 466 [ Server ] POST /operations/get-customer-portal-url 200 10.834 ms - 74 [ Server ] GET /auth/me 304 17.311 ms - - [ Server ] GET /auth/me 304 18.739 ms - - [ Server ] GET /auth/me 304 27.987 ms - - [ Server ] GET /auth/me 304 172.864 ms - - [ Server ] GET /auth/me 304 13.020 ms - - [ Server ] POST /operations/get-customer-portal-url 200 30.404 ms - 74 [ Server ] using existing customer [ Server ] POST /operations/generate-checkout-session 200 803.806 ms - 466 [ Server ] POST /operations/get-customer-portal-url 200 22.857 ms - 74 [ Server ] GET /auth/me 304 19.493 ms - - [ Server ] GET /auth/me 304 15.447 ms - - [ Server ] GET /auth/me 304 18.317 ms - - [ Server!] Error calculating daily stats: Error: HTTP error! Status: 401 [ Server!] at getTotalPageViews (/Users/Gareth/Documents/Loist8/frontend/loist/app/src/analytics/providers/plausibleAnalyticsUtils.ts:49:11) [ Server!] at process.processTicksAndRejections (node:internal/process/task_queues:95:5) [ Server!] at async getDailyPageViews (/Users/Gareth/Documents/Loist8/frontend/loist/app/src/analytics/providers/plausibleAnalyticsUtils.ts:28:22) [ Server!] at async calculateDailyStats (/Users/Gareth/Documents/Loist8/frontend/loist/app/src/analytics/stats.ts:57:55) [ Server!] at async resolveWithinSeconds (/Users/Gareth/Documents/Loist8/frontend/loist/app/node_modules/pg-boss/src/manager.js:34:14) [ Server!] at async /Users/Gareth/Documents/Loist8/frontend/loist/app/node_modules/p-map/index.js:57:22