adrianhajdin / banking

Horizon is a modern banking platform for everyone.
https://banking-jet.vercel.app
MIT License
2.13k stars 662 forks source link

Transactions Issue #78

Open roversodev opened 2 weeks ago

roversodev commented 2 weeks ago

The code doesn't catch the transactions from Plaid:

An error occurred while getting the account: TypeError: transactions is not iterable.

In your deployed app, it doesn't appear though.

amjarmed commented 1 week ago

hello, I found this solution #69

roversodev commented 4 days ago

Thanks!

MehtaAbhii commented 2 days ago

bro,still after doing #69 steps ,error is there any solutions?

amjarmed commented 2 days ago

For anyone still facing this issue, feel free to check my final project for a working solution: here.

In my implementation, I used products: [Products.Auth, Products.Transactions] to resolve the problem.

If this solution works for you, please consider giving the repository a ⭐, and follow me if you want to.

MehtaAbhii commented 1 day ago

Yeah ,worked fine thanks a bunch.