You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: