You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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.
@phoenixy1 pasting the console log output below:
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 ?
@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).
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.

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


The text was updated successfully, but these errors were encountered: