Skip to content

Link function not spinning up local host #5

@tonytusharjr

Description

@tonytusharjr

Hi Evan,
I attempted to follow along with what you've shared here. When I get to the link step I cannot get it to work. Here's the start of the output in terminal that I see:

['/usr/local/bin/npm', 'start']

> plaid-tiny-quickstart@1.0.0 start
> node server.js

(node:83713) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
/Users/tonytusharjr/Virtualenvs/gsheets-plaid/lib/python3.10/site-packages/gsheets_plaid/resources/plaid_link_server/node_modules/axios/lib/core/createError.js:16
  var error = new Error(message);
              ^

Error: Request failed with status code 400
    at createError (/Users/tonytusharjr/Virtualenvs/gsheets-plaid/lib/python3.10/site-packages/gsheets_plaid/resources/plaid_link_server/node_modules/axios/lib/core/createError.js:16:15)
    at settle (/Users/tonytusharjr/Virtualenvs/gsheets-plaid/lib/python3.10/site-packages/gsheets_plaid/resources/plaid_link_server/node_modules/axios/lib/core/settle.js:17:12)
    at IncomingMessage.handleStreamEnd (/Users/tonytusharjr/Virtualenvs/gsheets-plaid/lib/python3.10/site-packages/gsheets_plaid/resources/plaid_link_server/node_modules/axios/lib/adapters/http.js:269:11)
    at IncomingMessage.emit (node:events:539:35)
    at endReadableNT (node:internal/streams/readable:1344:12)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  config: {
    url: 'https://sandbox.plaid.com/link/token/create',
    method: 'post',
    data: `{"user":{"client_user_id":"..."},"client_name":"Plaid's Tiny Quickstart","language":"en","products":["transactions"],"country_codes":["US"],"redirect_uri":"https://localhost:8080/oauth"}`,

Any advice on this would be appreciated. Thanks for building this!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions