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
Trying different versions of stacks libs and rolled back from
SvelteKit to Svelte (SK requires node 16)
Uncaught ReferenceError: nodeCrypto is not defined
SvelteKit + Stacks Integration Issues
Ran into issues getting Svelte and Stacks to work together. The problems range
from missing buffer buffer dependencies to circular dependencies.
I tried many combinations of versions of node, stacks and with and without SvelteKit.
NB: SvelteKit requires node > 16 and stacks.js is compatible - these are the starting deps..
For example;
On start up throws
with
npm i regenerator-runtime
a new issue arises when calling showConnect(authOptions)in stacks/connect
Svelte + Stacks integration Issues
Trying different versions of stacks libs and rolled back from
SvelteKit to Svelte (SK requires node 16)
Uncaught ReferenceError: nodeCrypto is not defined
E.g. this is with
Note the pollyfill added to try to get beyond similar problems see.
I can't make head or tail of all this.
The text was updated successfully, but these errors were encountered: