We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deno 1.42.4+04c6785
Repro:
Error on the server - doesn't load the .env:
➜ DENO_FUTURE=1 deno task dev Task dev vinxi dev vinxi v0.3.11 vinxi starting dev server ➜ Local: http://localhost:3000/ ➜ Network: use --host to expose 10:25:50 PM [vite] Error when evaluating SSR module /src/server/auth.ts: |- TypeError: Cannot read properties of undefined (reading 'env') at eval (/Users/admin/repos/deno-kitchensink/authjs/src/server/auth.ts, <anonymous>:7:23) at async instantiateModule (file:///Users/admin/repos/deno-kitchensink/authjs/node_modules/.pnpm/[email protected]_@[email protected]/node_modules/vite/dist/node/chunks/dep-DkOS1hkm.js:55036:9) 10:25:50 PM [vite] Error when evaluating SSR module /src/routes/api/auth/[...solidauth].ts?pick=GET: failed to import "/src/server/auth.ts" |- TypeError: Cannot read properties of undefined (reading 'env') at eval (/Users/admin/repos/deno-kitchensink/authjs/src/server/auth.ts, <anonymous>:7:23) at async instantiateModule (file:///Users/admin/repos/deno-kitchensink/authjs/node_modules/.pnpm/[email protected]_@[email protected]/node_modules/vite/dist/node/chunks/dep-DkOS1hkm.js:55036:9) [h3] [unhandled] TypeError: Cannot read properties of undefined (reading 'env') at eval (/Users/admin/repos/deno-kitchensink/authjs/src/server/auth.ts, <anonymous>:7:23) at async instantiateModule (file:///Users/admin/repos/deno-kitchensink/authjs/node_modules/.pnpm/[email protected]_@[email protected]/node_modules/vite/dist/node/chunks/dep-DkOS1hkm.js:55036:9) Caused by TypeError: Cannot read properties of undefined (reading 'env') at eval (/Users/admin/repos/deno-kitchensink/authjs/src/server/auth.ts, <anonymous>:7:23) at async instantiateModule (file:///Users/admin/repos/deno-kitchensink/authjs/node_modules/.pnpm/[email protected]_@[email protected]/node_modules/vite/dist/node/chunks/dep-DkOS1hkm.js:55036:9) { cause: TypeError: Cannot read properties of undefined (reading 'env') at eval (/Users/admin/repos/deno-kitchensink/authjs/src/server/auth.ts, <anonymous>:7:23) at async instantiateModule (file:///Users/admin/repos/deno-kitchensink/authjs/node_modules/.pnpm/[email protected]_@[email protected]/node_modules/vite/dist/node/chunks/dep-DkOS1hkm.js:55036:9), statusCode: 500, fatal: false, unhandled: true, statusMessage: undefined, data: undefined
Expected: Similar to when running with node, I expected to see this (ofc. the login button won't work with wrong keys):
Blocked by:
node:crypto private KeyObject tracking issue #21124
node:crypto
Support Tanstack Start (tanstack.com) #24061
Support SolidStart (SolidJS/Vite based) #20604
Deno doesn't provide Node globals for files dynamically imported from npm package #20886
P-384 ECDH deriveBits #13451
Implement crypto.diffieHellman() #21806
crypto.diffieHellman()
The text was updated successfully, but these errors were encountered:
It seems like this is working now deno 1.45.5+6522478
Sorry, something went wrong.
No branches or pull requests
deno 1.42.4+04c6785
Repro:
Error on the server - doesn't load the .env:
Expected:
Similar to when running with node, I expected to see this (ofc. the login button won't work with wrong keys):
Blocked by:
node:crypto
private KeyObject tracking issue #21124Support Tanstack Start (tanstack.com) #24061
Support SolidStart (SolidJS/Vite based) #20604
Deno doesn't provide Node globals for files dynamically imported from npm package #20886
P-384 ECDH deriveBits #13451
Implement
crypto.diffieHellman()
#21806The text was updated successfully, but these errors were encountered: