Skip to content

Getting the Link Token using create link token but the button to link bank account is disabled ! #459

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

Closed
sarthak-arora1997 opened this issue Jan 10, 2024 · 3 comments

Comments

@sarthak-arora1997
Copy link

I am trying to integrate Plaid Auth in a pre existing website for my employer and it has been a very tiresome and painful process to get to this point as I am very new to both ReactJS and NodeJS. Any form of help with this would be highly appreciated !!!

Below I have defined the Button which when clicked should allow me to LinkAccounts, but not able to click the button even though the ready variable = True and the console shows a valid Link Token in the sandbox ENV as well.
Screenshot 2024-01-09 at 7 52 00 PM

The below 2 snapshots are from App.js file in my frontend where I am getting the Link token from my backend and passing it as a prop to the Link function seen in the above snapshot
Screenshot 2024-01-09 at 7 53 07 PM
Screenshot 2024-01-09 at 7 57 17 PM

@phoenixy1
Copy link
Contributor

If you've confirmed that Ready is True but the button still has the disabled state, then it seems like the issue is unrelated to Plaid.

As a starting place, I'd suggest looking at the sample frontend code in the Quickstart or Tiny Quickstart and modifying it to meet your needs, as that code is verified to work.

Closing this issue at this point as it is not reporting an issue with the Quickstart. If you need additional help, feel free to contact Support.

@sarthak-arora1997
Copy link
Author

@phoenixy1 pasting the console log output below:
Screenshot 2024-01-10 at 12 47 25 PM
as you can see in the above ready is false initially and is set to true later, would that have any impact on the button not being clickable ?

@phoenixy1
Copy link
Contributor

@sarthak-arora1997 Hmm, it seems like is really a React question rather than a Plaid question -- if you're still having trouble, I'd recommend you try on more React-based forums or general programming forums (like Stack Overflow with the React tag).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants