Skip to content
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

Issues showing table #38

Open
bustillos83 opened this issue Jul 23, 2024 · 1 comment
Open

Issues showing table #38

bustillos83 opened this issue Jul 23, 2024 · 1 comment

Comments

@bustillos83
Copy link

I get this error when i tried to get the table,

code: 404,
type: 'collection_not_found',
response: {
message: 'Collection with the requested ID could not be found.',
code: 404,
type: 'collection_not_found',
version: '1.5.8'
}
}
An error occurred while getting the account: TypeError: Cannot read properties of undefined (reading 'documents')
at $$ACTION_1 (webpack-internal:///(rsc)/./lib/actions/bank.actions.ts:89:63)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Home (webpack-internal:///(rsc)/./app/(root)/page.tsx:46:5)
GET /?_rsc=3rnhc 200 in 2810ms

@nivindulakshitha
Copy link

Check in your .env file and make sure ids you coied from the Appwrite for following collections are correct.

  1. APPWRITE_USER_COLLECTION_ID=
  2. APPWRITE_BANK_COLLECTION_ID=
  3. APPWRITE_TRANSACTION_COLLECTION_ID=

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants