#Transactions Won't Appear - HorizonApp

12 messages · Page 1 of 1 (latest)

keen lynx
#

Greetings,

I saw that few people got into the same issue as I encountered and with no solutions so far. Upon following the tutorial for the Horizon Banking App, I got into the error of not showing the transactions.
Followed everything step by step many times, checkings, and so on but I got nothing. My transactions history won't appear.
accountData comes with the details we need, but upon consol.logging the account comes as undefined. As I have no clue why is this happening, after the account comes as undefined, the properties of documents is undefined also.

Need help upon solving these issues.

hidden plover
#

I'm having the exact same issue

errant stratus
#

I am stucked in when we define name attribute in index file in User it shows me that name is null in rightsidebar

sour pine
#

Did you guys find any solution to the transactions history not appearing because I'm having the same problem.

proven ledge
#

Problem Cause
JSM missed recording transactions attributes creation on appwrite. So when linking a new bank account, the error is thrown because no field exists on the transactions table.

Solution
I had to look through the transaction creation functions to determine what fields were required and created them in the transactons table in appwrite. I have attached my transaction table schema below, hope this helps

iron portal
#

Hey!

#

Could you please confirm/correct the values for each in appwrite:
amount: integer, min/max size ?? / default null?
pending: boolean, min/max size ?? / default null?
channel: string, min/max size ?? / default null?
id: string, min/max size ?? / default null?
date: string, min/max size ?? / default null?
type: string, min/max size ?? / default null?

errant stratus
#

Hey can you please tell me type of amount because i can't find double in appwrite so instead of that suggest me another type or provide me solution

grave flicker
#

here is my transactions appwrite attribute, and it works i can see transaction in my collections

buoyant mica
#

How we can get some trasnaction data ??

grave flicker
#

There are two types of transactions: first, from Plaid, and second, from transfers. When creating a transfer, it will be recorded in Appwrite, whereas transactions from Plaid are not being inserted to the transactions table