-
Notifications
You must be signed in to change notification settings - Fork 714
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
Transactions table is not displaying #83
Comments
your transaction table is empty. cross check the getAccount(function) and getTransactions(function) and page.tsx(root folder). |
i am having this same problem. did you manage to fix it |
i am having this same problem. |
@Manoj-Kande my RecentTransactions is not displaying, and the issue is from TransactionsTable and when i continued, TransactionHistory this error show, how exactly did u fix ours, i went through your codes i couldn't find a fix.... if u don't mind pls explain |
Yes, I made some changes to the createLinkToken function. You can refer to the code in the transaction_table.txt file in the repository. After making these changes, I created a new user and tried it, and the problem was fixed. Additionally, ensure to remove the documents in Dwolla and Appwrite if the newly created user already exists. |
You can refer to this solution to fix your problem |
thanks so much... it worked!!! |
Here is the Problem fixed export const createLinkToken = async (user: User) => {
} catch (error) { |
An error occurred while getting the account: TypeError: transactions is not iterable
at $$ACTION_1 (webpack-internal:///(rsc)/./lib/actions/bank.actions.ts:119:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async TransactionHistory (webpack-internal:///(rsc)/./app/(root)/transaction-history/page.tsx:46:21)
GET /transaction-history?_rsc=1suv6 200 in 5279ms
⨯ components\TransactionsTable.tsx (43:23) @ map
⨯ TypeError: Cannot read properties of undefined (reading 'map')
at TransactionsTable (./components/TransactionsTable.tsx:108:40)
at stringify ()
digest: "3782927363"
41 |
42 |
The text was updated successfully, but these errors were encountered: