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
This appears to be caused by using the Quickstart with a different version of the Plaid ruby client library than the one specified in the Gemfile. To prevent this this, try starting the project with bundle exec ruby app.rb rather than ./start.sh. (We'll release a fix for this soon.)
NameError - uninitialized constant Plaid::CraCheckReportProduct:
Summary
In the ruby backend, Encountering a NameError when attempting to access
Plaid::CraCheckReportProduct
in the Plaid library.Steps to reproduce:
1- set up the env file.
2- try to generate a new link for the sandbox env
post '/api/create_link_token'
Proposed Solution:
Plaid::CraCheckReportProduct
withPlaid::CraCheckReportBaseReportGetRequest
Screen
The text was updated successfully, but these errors were encountered: