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

Error: documentId is required #58

Open
boxlem opened this issue Sep 8, 2024 · 1 comment
Open

Error: documentId is required #58

boxlem opened this issue Sep 8, 2024 · 1 comment

Comments

@boxlem
Copy link

boxlem commented Sep 8, 2024

An error occurred while getting the account: Error: documentId is required
at $$ACTION_8 (webpack-internal:///(rsc)/./lib/actions/user.actions.ts:241:15)
at $$ACTION_1 (webpack-internal:///(rsc)/./lib/actions/bank.actions.ts:76:82)
at Dashboard (webpack-internal:///(rsc)/./app/(root)/page.tsx:39:80)

I've been getting error in the above or the below one:

✓ Compiled in 643ms (2878 modules)
[getBank] { documentId: undefined }
[getBank] ERROR AppwriteException: Invalid query: Query value is invalid for attribute "$id"
at _Client.call (webpack-internal:///(rsc)/./node_modules/node-appwrite/dist/client.mjs:287:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Databases.listDocuments (webpack-internal:///(rsc)/./node_modules/node-appwrite/dist/services/databases.mjs:1581:12)
at async $$ACTION_8 (webpack-internal:///(rsc)/./lib/actions/user.actions.ts:271:22)
at async $$ACTION_1 (webpack-internal:///(rsc)/./lib/actions/bank.actions.ts:76:22)
at async Dashboard (webpack-internal:///(rsc)/./app/(root)/page.tsx:39:5) {
code: 400,
type: 'general_query_invalid',
response: {
message: 'Invalid query: Query value is invalid for attribute "$id"',
code: 400,
type: 'general_query_invalid',
version: '1.6.0'
}
}
Is anyone getting similar issues?

@MarkoDavkovski
Copy link

me too ..

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