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