[GH-ISSUE #210] Problem starting app on local environment #308

Closed
opened 2026-03-15 02:06:09 +03:00 by kerem · 4 comments
Owner

Originally created by @archetipica on GitHub (Jul 20, 2025).
Original GitHub issue: https://github.com/arikchakma/maily.to/issues/210

Hi,

I just followed your instructions to install dependencies and run the application:

Node.js version is 22.16.0.
pnpm version 9.15.6

I populated the Supbase env vars where required,
then when I try to open the app on the browser http://localhost:3000 I have this error:

@maily-to/core:dev: CJS ⚡️ Build success in 789ms
@maily-to/core:dev: CLI Watching for changes in "."
@maily-to/core:dev: CLI Ignoring changes in "**/{.git,node_modules}/**" | "dist/blocks"
@maily-to/render:dev: ℹ [CJS] dist/index.js       21.35 kB │ gzip:  6.63 kB
@maily-to/render:dev: ℹ [CJS] dist/index.js.map  100.20 kB │ gzip: 24.51 kB
@maily-to/render:dev: ℹ [CJS] 2 files, total: 121.55 kB
@maily-to/render:dev: [UNRESOLVED_IMPORT] Warning: Could not resolve '@maily-to/shared' in src/maily.tsx
@maily-to/render:dev:     ╭─[ src/maily.tsx:36:8 ]
@maily-to/render:dev:     │
@maily-to/render:dev:  36 │ } from '@maily-to/shared';
@maily-to/render:dev:     │        ─────────┬────────  
@maily-to/render:dev:     │                 ╰────────── Module not found, treating it as an external dependency
@maily-to/render:dev: ────╯
@maily-to/render:dev: 
@maily-to/render:dev: ℹ [CJS] dist/index.d.ts.map  2.10 kB │ gzip: 0.93 kB
@maily-to/render:dev: ℹ [CJS] dist/index.d.ts      8.53 kB │ gzip: 2.47 kB
@maily-to/render:dev: ℹ [CJS] 2 files, total: 10.63 kB
@maily-to/render:dev: ℹ [ESM] dist/index.mjs         20.74 kB │ gzip:  6.73 kB
@maily-to/render:dev: ℹ [ESM] dist/index.mjs.map    105.48 kB │ gzip: 26.00 kB
@maily-to/render:dev: ℹ [ESM] dist/index.d.mts.map    2.10 kB │ gzip:  0.93 kB
@maily-to/render:dev: ℹ [ESM] dist/index.d.mts        8.53 kB │ gzip:  2.48 kB
@maily-to/render:dev: ℹ [ESM] 4 files, total: 136.85 kB
@maily-to/render:dev: ✔ Build complete in 1757ms
@maily-to/render:dev: ℹ Watching for changes in /Users/my-user/FrontendWorkspace/maily.to/packages/render
@maily-to/web:dev:   ➜  Local:   http://localhost:3000/
@maily-to/web:dev:   ➜  Network: use --host to expose
@maily-to/web:dev:   ➜  press h + enter to show help
@maily-to/web:dev: 12:40:55 PM [vite] (ssr) Error when evaluating SSR module virtual:react-router/server-build: Cannot find module '@maily-to/core/style.css' imported from '/Users/my-user/FrontendWorkspace/maily.to/apps/web/app/root.tsx'
@maily-to/web:dev:       at fetchModule (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:52055:19)
@maily-to/web:dev:       at RunnableDevEnvironment.fetchModule (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:53149:12)
@maily-to/web:dev:       at fetchModule (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:53107:21)
@maily-to/web:dev:       at handleInvoke (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:44496:28)
@maily-to/web:dev:       at EventEmitter.listenerForInvokeHandler (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:44569:25)
@maily-to/web:dev:       at EventEmitter.emit (node:events:518:28)
@maily-to/web:dev:       at Object.send (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:30831:40)
@maily-to/web:dev:       at Object.invoke (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/module-runner.js:610:34)
@maily-to/web:dev:       at Object.invoke (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/module-runner.js:671:34)
@maily-to/web:dev:       at SSRCompatModuleRunner.getModuleInformation (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/module-runner.js:1192:94)
12:40:55 PM [vite] Internal server error: Cannot find module '@maily-to/core/style.css' imported from '/Users/my-user/FrontendWorkspace/maily.to/apps/web/app/root.tsx'
@maily-to/web:dev:       at fetchModule (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:52055:19)
@maily-to/web:dev:       at RunnableDevEnvironment.fetchModule (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:53149:12)
@maily-to/web:dev:       at fetchModule (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:53107:21)
@maily-to/web:dev:       at handleInvoke (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:44496:28)
@maily-to/web:dev:       at EventEmitter.listenerForInvokeHandler (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:44569:25)
@maily-to/web:dev:       at EventEmitter.emit (node:events:518:28)
@maily-to/web:dev:       at Object.send (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:30831:40)
@maily-to/web:dev:       at Object.invoke (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/module-runner.js:610:34)
@maily-to/web:dev:       at Object.invoke (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/module-runner.js:671:34)
@maily-to/web:dev:       at SSRCompatModuleRunner.getModuleInformation (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/module-runner.js:1192:94)
12:40:55 PM [vite] Internal server error: Cannot find module '@maily-to/core/style.css' imported from '/Users/my-user/FrontendWorkspace/maily.to/apps/web/app/root.tsx'
@maily-to/web:dev:       at fetchModule (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:52055:19)
@maily-to/web:dev:       at RunnableDevEnvironment.fetchModule (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:53149:12)
@maily-to/web:dev:       at fetchModule (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:53107:21)
@maily-to/web:dev:       at handleInvoke (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:44496:28)
@maily-to/web:dev:       at EventEmitter.listenerForInvokeHandler (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:44569:25)
@maily-to/web:dev:       at EventEmitter.emit (node:events:518:28)
@maily-to/web:dev:       at Object.send (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:30831:40)
@maily-to/web:dev:       at Object.invoke (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/module-runner.js:610:34)
@maily-to/web:dev:       at Object.invoke (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/module-runner.js:671:34)
@maily-to/web:dev:       at SSRCompatModuleRunner.getModuleInformation (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/module-runner.js:1192:94) (x2)

Could you help me, please?

Thanks

Originally created by @archetipica on GitHub (Jul 20, 2025). Original GitHub issue: https://github.com/arikchakma/maily.to/issues/210 Hi, I just followed your instructions to install dependencies and run the application: Node.js version is 22.16.0. pnpm version 9.15.6 I populated the Supbase env vars where required, then when I try to open the app on the browser http://localhost:3000 I have this error: ``` @maily-to/core:dev: CJS ⚡️ Build success in 789ms @maily-to/core:dev: CLI Watching for changes in "." @maily-to/core:dev: CLI Ignoring changes in "**/{.git,node_modules}/**" | "dist/blocks" @maily-to/render:dev: ℹ [CJS] dist/index.js 21.35 kB │ gzip: 6.63 kB @maily-to/render:dev: ℹ [CJS] dist/index.js.map 100.20 kB │ gzip: 24.51 kB @maily-to/render:dev: ℹ [CJS] 2 files, total: 121.55 kB @maily-to/render:dev: [UNRESOLVED_IMPORT] Warning: Could not resolve '@maily-to/shared' in src/maily.tsx @maily-to/render:dev: ╭─[ src/maily.tsx:36:8 ] @maily-to/render:dev: │ @maily-to/render:dev: 36 │ } from '@maily-to/shared'; @maily-to/render:dev: │ ─────────┬──────── @maily-to/render:dev: │ ╰────────── Module not found, treating it as an external dependency @maily-to/render:dev: ────╯ @maily-to/render:dev: @maily-to/render:dev: ℹ [CJS] dist/index.d.ts.map 2.10 kB │ gzip: 0.93 kB @maily-to/render:dev: ℹ [CJS] dist/index.d.ts 8.53 kB │ gzip: 2.47 kB @maily-to/render:dev: ℹ [CJS] 2 files, total: 10.63 kB @maily-to/render:dev: ℹ [ESM] dist/index.mjs 20.74 kB │ gzip: 6.73 kB @maily-to/render:dev: ℹ [ESM] dist/index.mjs.map 105.48 kB │ gzip: 26.00 kB @maily-to/render:dev: ℹ [ESM] dist/index.d.mts.map 2.10 kB │ gzip: 0.93 kB @maily-to/render:dev: ℹ [ESM] dist/index.d.mts 8.53 kB │ gzip: 2.48 kB @maily-to/render:dev: ℹ [ESM] 4 files, total: 136.85 kB @maily-to/render:dev: ✔ Build complete in 1757ms @maily-to/render:dev: ℹ Watching for changes in /Users/my-user/FrontendWorkspace/maily.to/packages/render @maily-to/web:dev: ➜ Local: http://localhost:3000/ @maily-to/web:dev: ➜ Network: use --host to expose @maily-to/web:dev: ➜ press h + enter to show help @maily-to/web:dev: 12:40:55 PM [vite] (ssr) Error when evaluating SSR module virtual:react-router/server-build: Cannot find module '@maily-to/core/style.css' imported from '/Users/my-user/FrontendWorkspace/maily.to/apps/web/app/root.tsx' @maily-to/web:dev: at fetchModule (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:52055:19) @maily-to/web:dev: at RunnableDevEnvironment.fetchModule (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:53149:12) @maily-to/web:dev: at fetchModule (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:53107:21) @maily-to/web:dev: at handleInvoke (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:44496:28) @maily-to/web:dev: at EventEmitter.listenerForInvokeHandler (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:44569:25) @maily-to/web:dev: at EventEmitter.emit (node:events:518:28) @maily-to/web:dev: at Object.send (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:30831:40) @maily-to/web:dev: at Object.invoke (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/module-runner.js:610:34) @maily-to/web:dev: at Object.invoke (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/module-runner.js:671:34) @maily-to/web:dev: at SSRCompatModuleRunner.getModuleInformation (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/module-runner.js:1192:94) 12:40:55 PM [vite] Internal server error: Cannot find module '@maily-to/core/style.css' imported from '/Users/my-user/FrontendWorkspace/maily.to/apps/web/app/root.tsx' @maily-to/web:dev: at fetchModule (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:52055:19) @maily-to/web:dev: at RunnableDevEnvironment.fetchModule (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:53149:12) @maily-to/web:dev: at fetchModule (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:53107:21) @maily-to/web:dev: at handleInvoke (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:44496:28) @maily-to/web:dev: at EventEmitter.listenerForInvokeHandler (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:44569:25) @maily-to/web:dev: at EventEmitter.emit (node:events:518:28) @maily-to/web:dev: at Object.send (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:30831:40) @maily-to/web:dev: at Object.invoke (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/module-runner.js:610:34) @maily-to/web:dev: at Object.invoke (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/module-runner.js:671:34) @maily-to/web:dev: at SSRCompatModuleRunner.getModuleInformation (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/module-runner.js:1192:94) 12:40:55 PM [vite] Internal server error: Cannot find module '@maily-to/core/style.css' imported from '/Users/my-user/FrontendWorkspace/maily.to/apps/web/app/root.tsx' @maily-to/web:dev: at fetchModule (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:52055:19) @maily-to/web:dev: at RunnableDevEnvironment.fetchModule (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:53149:12) @maily-to/web:dev: at fetchModule (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:53107:21) @maily-to/web:dev: at handleInvoke (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:44496:28) @maily-to/web:dev: at EventEmitter.listenerForInvokeHandler (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:44569:25) @maily-to/web:dev: at EventEmitter.emit (node:events:518:28) @maily-to/web:dev: at Object.send (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-B0fRCRkQ.js:30831:40) @maily-to/web:dev: at Object.invoke (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/module-runner.js:610:34) @maily-to/web:dev: at Object.invoke (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/module-runner.js:671:34) @maily-to/web:dev: at SSRCompatModuleRunner.getModuleInformation (file:///Users/my-user/FrontendWorkspace/maily.to/node_modules/.pnpm/vite@6.2.2_@types+node@22.10.7_jiti@2.4.2_lightningcss@1.29.2_tsx@4.19.3_yaml@2.7.0/node_modules/vite/dist/node/module-runner.js:1192:94) (x2) ``` Could you help me, please? Thanks
kerem closed this issue 2026-03-15 02:06:15 +03:00
Author
Owner

@arikchakma commented on GitHub (Jul 20, 2025):

Don't open the frontend until all of the packages are built, otherwise this error happens. So look into the terminal and let the built finish for the all of the packages. I will look into this error more in-depth once I get some time.

<!-- gh-comment-id:3094438027 --> @arikchakma commented on GitHub (Jul 20, 2025): Don't open the frontend until all of the packages are built, otherwise this error happens. So look into the terminal and let the built finish for the all of the packages. I will look into this error more in-depth once I get some time.
Author
Owner

@arikchakma commented on GitHub (Sep 27, 2025):

I have updated the build pipeline, can you please try now?

<!-- gh-comment-id:3341907166 --> @arikchakma commented on GitHub (Sep 27, 2025): I have updated the build pipeline, can you please try now?
Author
Owner

@archetipica commented on GitHub (Sep 29, 2025):

Thank you, problem is solved!

<!-- gh-comment-id:3346213397 --> @archetipica commented on GitHub (Sep 29, 2025): Thank you, problem is solved!
Author
Owner

@arikchakma commented on GitHub (Sep 29, 2025):

Sounds good!!

<!-- gh-comment-id:3346216799 --> @arikchakma commented on GitHub (Sep 29, 2025): Sounds good!!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/maily.to#308
No description provided.