You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected to be able to use mongoose, build and start the app in a clean SolidStart environment.
Actual Behavior
Adding mongoose means that I can run the dev server, but if I instead make a npm run build and npm run start to see run the production build, I'm faced with:
./dist/server.js:107060 var decimal128$3 = driver$1.get().Decimal128; ^
TypeError: Cannot read properties of null (reading 'Decimal128') at ./dist/server.js:107060:34 at ModuleJob.run (node:internal/modules/esm/module_job:193:25) at async Promise.all (index 0) at async ESMLoader.import (node:internal/modules/esm/loader:530:24)
Node.js v18.12.1
Additional Information
It seems like a similar issue appears in SvelteKit, pointing towards the common denominator which is rollup. This was also the conclusion in an Issue made in the Mongoose repo and and Issue made in the Vite repo
The text was updated successfully, but these errors were encountered:
Expected Behavior
I expected to be able to use mongoose, build and start the app in a clean SolidStart environment.
Actual Behavior
Adding mongoose means that I can run the dev server, but if I instead make a
npm run build
andnpm run start
to see run the production build, I'm faced with:Additional Information
It seems like a similar issue appears in SvelteKit, pointing towards the common denominator which is rollup. This was also the conclusion in an Issue made in the Mongoose repo and and Issue made in the Vite repo
The text was updated successfully, but these errors were encountered: