Incorrect Credentials
Describe the bug When I am onboarding and enter my Wells Fargo credentials it fails. Since, Teller is the middle man I would think this is working. I did actually test this out directly in the Teller app and it was able to retrieve my WFB information. However, when I attempt to repeat the same process in the maybe app then it fails.
I know I am entering my WFB credential information correctly. Where could the error be possibly failing at?
what's your teller environment set to?
@cmosguy Just to knock out the big things...do you have these variables set in .env?
NX_TELLER_SIGNING_SECRET=
NEXT_PUBLIC_TELLER_APP_ID=
NEXT_PUBLIC_TELLER_ENV=
NX_TELLER_ENV=
And, specifically, what are NEXT_PUBLIC_TELLER_ENV and NX_TELLER_ENV set to?
Thanks @Shpigford I think so, here is the entries:
Got it! So you need to set those sandbox items to development if you want to use live credentials.
Also, be sure you've got those cert files set up.
@Shpigford wow, I missed the development part to change in the .env file. I think the confusion is that when you login to teller, you cannot see a sandbox or a development setting. Like you mentioned, you have to read the Teller Docs configuration options.