-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
[SDK] Enable local api testing #61
Comments
Some variable such as process.env.KEYP_LOCAL_API_DOMAIN |
@pi0neerpat I renamed the variable and pushed my changes but still have not had luck getting past the SSL blocker. Also in the changes I pushed you have to change the resolutions in the next-app package.json to be your local path to the js-sdk. My next-app .env looks like this currently: KEYP_LOCAL_API_DOMAIN=http://localhost:4001 |
https://next-auth.js.org/errors#signin_oauth_error write EPROTO 009E26F401000000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:355: |
@pi0neerpat For the common name did you put your IP address or a localhost url? Country Name (2 letter code) [AU]:US |
Enable testing against our local development api using process.env
The text was updated successfully, but these errors were encountered: