Closed shawncao closed 2 years ago
Thanks, @phoenixy1 !
As I said, nothing is useful in the log, probably the REQUEST ID is useful for you to look at internally. Also attached my dev page as well, pretty sure the credential is correct.
Forget the crash issue, it's not caused by plaid API. But I need help to figure out why this API call fails at 400, the payload seems to have everything required.
const req: LinkTokenCreateRequest = {
user: {
client_user_id: uid,
},
client_name: 'Columns',
products, // ['auth', 'transactions', 'identity']
country_codes, // ['US', 'CA']
language: 'en',
};
If you switch from sandbox to development but don't change secrets (that is, you're still using your sandbox secret), that'll give you a 400 error. Do you think that might be happening?
Thanks, @ToddKerpelman - no, I switched both environment and secret.
Are you able to use the 400 "request ID" to look for internal errors? The dashboard log doesn't have more details to be helpful to understand what went wrong.
@shawncao there should be an error code right below where it says bad request, what happens if you scroll further? you should also be able to get this error code from the logs (which I believe are output to the terminal when you're running the quickstart)
Hi @phoenixy1
For this case, there are no error details showing, it's not scrolling
issue, thanks for checking that though.
Again, is it possible for you and the team to check the failed details internally by its request ID, for example: WS6kQyNu28mVpWW
Hi @phoenixy1, @ToddKerpelman any other help you could offer, please?
@shawncao the team that responds to GitHub issues doesn't have access to look up troubleshooting details for specific requests. If you'd like Plaid to look into the details of what happened with your request, please submit a support ticket via the Dashboard, and the support team can investigate.
Sounds good, I'll do that.
Thanks for all the help! I have already got help from dashboard/ticket support, close this now. Thanks again!
Hi,
Not sure if this piece of code crashes node.js server after I switched secret/environment from sandbox to development, could you help take a look?
version: "plaid":` "^12.0.0",
code
error:
A couple of questions:
catch
statement, could you help me understand how this happens?Thanks a lot!