-
Notifications
You must be signed in to change notification settings - Fork 154
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
linkTokenConfiguration.token: is invalid, it must contain an environment name. #342
Comments
It sounds like the app's backend call to |
IIRC, the Plaid Environment should be |
i am using sandbox but issue persists any other advise @ToddKerpelman |
Running into the same issue |
Also, make sure the .env.example file is renamed to .env. I'm going to close this out since it's a bit old -- if anyone else is seeing the same issue, please re-open a new issue. |
Hi Plaid
i am trying to run tiny TinyQuickstartReactNative using this variables in the .env file
PLAID_CLIENT_ID=our_plaid_client_id*****
PLAID_SECRET=our_plaid_secret**
PLAID_ENV=DEV
PLAID_SANDBOX_REDIRECT_URI=https://cdn-testing.plaid.com/link/v2/stable/sandbox-oauth-a2a-react-native-redirect.html
PLAID_ANDROID_PACKAGE_NAME=com.tinyquickstartreactnative
however when i click in the "open link button" i am receiving this message error :
{"error": {"displayMessage": "linkTokenConfiguration.token: is invalid, it must contain an environment name.", "errorCode": "6", "errorDisplayMessage": "linkTokenConfiguration.token: is invalid, it must contain an environment name.", "errorJson": null, "errorMessage": "linkTokenConfiguration.token: is invalid, it must contain an environment name.", "errorType": "creation error", "metadata": {"institution": null, "linkSessionId": null, "metadataJson": null, "requestId": null, "status": null}}}
The text was updated successfully, but these errors were encountered: