Open eliawk opened 5 months ago
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
We're looking into this issue!
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