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
Using:
const { getUser } = await getKindeSession(request) const user = await getUser()
inside a loader give this error in the console fo the browser and break the application: ReferenceError: process is not defined
https://github.com/kinde-oss/kinde-remix-sdk
1.0.3
macOS
12.6
System: OS: macOS 12.6 CPU: (10) arm64 Apple M1 Pro Memory: 2.13 GB / 32.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 20.14.0 - ~/.nvm/versions/node/v20.14.0/bin/node Yarn: 1.22.22 - ~/.nvm/versions/node/v20.14.0/bin/yarn npm: 10.7.0 - ~/.nvm/versions/node/v20.14.0/bin/npm Watchman: 2023.10.30.00 - /opt/homebrew/bin/watchman Browsers: Chrome: 125.0.6422.142 Safari: 16.0
No response
The text was updated successfully, but these errors were encountered:
We're looking into this issue!
Sorry, something went wrong.
Has anything progressed with this?
Have you tried using import.meta.env.VITE_KINDE_CLIENT_ID?
import.meta.env.VITE_KINDE_CLIENT_ID
https://vite.dev/guide/env-and-mode
No branches or pull requests
Prerequisites
Describe the issue
Using:
inside a loader give this error in the console fo the browser and break the application:
ReferenceError: process is not defined
Library URL
https://github.com/kinde-oss/kinde-remix-sdk
Library version
1.0.3
Operating system(s)
macOS
Operating system version(s)
12.6
Further environment details
System:
OS: macOS 12.6
CPU: (10) arm64 Apple M1 Pro
Memory: 2.13 GB / 32.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 20.14.0 - ~/.nvm/versions/node/v20.14.0/bin/node
Yarn: 1.22.22 - ~/.nvm/versions/node/v20.14.0/bin/yarn
npm: 10.7.0 - ~/.nvm/versions/node/v20.14.0/bin/npm
Watchman: 2023.10.30.00 - /opt/homebrew/bin/watchman
Browsers:
Chrome: 125.0.6422.142
Safari: 16.0
Reproducible test case URL
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: