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
As part of issue #36 a new environment variable was added to the lib/hooks/sessionHooks.ts file. That change attempts to use process.env, which isn't available in all environments that SvelteKit may be running in.
This should be changed to the SvelteKit mechanism used elsewhere in the SDK:
Prerequisites
Describe the issue
As part of issue #36 a new environment variable was added to the
lib/hooks/sessionHooks.ts
file. That change attempts to useprocess.env
, which isn't available in all environments that SvelteKit may be running in.This should be changed to the SvelteKit mechanism used elsewhere in the SDK:
I can make a PR if that is preferred.
Library URL
https://github.com/kinde-oss/kinde-sveltekit-sdk
Library version
2.1.0
Operating system(s)
macOS
Operating system version(s)
Sequoia 15.1
Further environment details
Cloudflare Pages
Reproducible test case URL
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: