framework · inferred from evidence
Remix
A web framework mentioned as the context for the application where the error occurred.
- DevCycle nodejs-server-sdk Could not resolve @devcycle/js-client-sdk in Remix Vite build
A Remix application using @devcycle/nodejs-server-sdk 1.37.2 fails to build with: Could not resolve "@devcycle/js-client-sdk" from .../node_modules/@devcycle/nodejs-server-sdk/src/clientUser.js. The js-client-sdk package is not installed, a
- passage-node constructor fails in Remix app (Vite SSR import error)
I was moving my Remix app to Passage and the client side worked fine, cookie stored properly, but the server side blew up with TypeError: __vite_ssr_import_2__.default is not a constructor when I called new Passage. Others hit the same erro