maybe icon indicating copy to clipboard operation
maybe copied to clipboard

Incorrect Credentials

Open cmosguy opened this issue 1 year ago • 4 comments

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.

image

I know I am entering my WFB credential information correctly. Where could the error be possibly failing at?

cmosguy avatar Jan 20 '24 21:01 cmosguy

what's your teller environment set to?

tmyracle avatar Jan 20 '24 21:01 tmyracle

@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?

Shpigford avatar Jan 20 '24 21:01 Shpigford

Thanks @Shpigford I think so, here is the entries:

image

cmosguy avatar Jan 20 '24 21:01 cmosguy

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.

CleanShot 2024-01-20 at 15 29 11@2x

Shpigford avatar Jan 20 '24 21:01 Shpigford

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

cmosguy avatar Jan 21 '24 14:01 cmosguy