Skip to content
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

fix: create a link in sandbox #506

Closed
lyna-azerouk opened this issue Nov 11, 2024 · 1 comment
Closed

fix: create a link in sandbox #506

lyna-azerouk opened this issue Nov 11, 2024 · 1 comment

Comments

@lyna-azerouk
Copy link

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:

  • Replace Plaid::CraCheckReportProduct with Plaid::CraCheckReportBaseReportGetRequest

Screen

Screenshot 2024-11-11 at 14 39 44

@lyna-azerouk lyna-azerouk changed the title fix: uninitialized constant Plaid::CraCheckReportProduct when create a link fix: create a link in sandbox Nov 11, 2024
@phoenixy1
Copy link

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.)

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