
~/geoip2$ node index.js AppwriteException [Error]: Project with the requested ID could not be found. Please check the value of the X-Appwrite-Project header to ensure the correct project ID is being used. at Client.call (/home/runner/geoip2/node_modules/node-appwrite/lib/client.js:172:31) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Users.create (/home/runner/geoip2/node_modules/node-appwrite/lib/services/users.js:86:16) { code: 404, type: 'project_not_found', response: { message: 'Project with the requested ID could not be found. Please check the value of the X-Appwrite-Project header to ensure the correct project ID is being used.', code: 404, type: 'project_not_found', version: '0.10.30' } } Some help... complaining of project ID yet its clearly configured. Does making configuration in appwrite cloud instead of appwrite result into issues when runnning the code on the server?

Error msg say everythings X-Appwrite-Project

Check this value on your code, and check that it match your project id

many thanxs

let me check..

FYI, it's best to wrap code-like content in backticks to format a bit nicer. You can use 1 backtick for inline code (https://www.markdownguide.org/basic-syntax/#code) and 3 backticks for multiline code (https://www.markdownguide.org/extended-syntax/#syntax-highlighting.
Recommended threads
- Oauth2-Error 400Invalid `success` param:...
My code: > await new Account(client).createOAuth2Session(OAuthProvider.Google, 'https://www.mydomain.online/home', 'https://www.mydomain.online'); I ha...
- Issue with `listDocuments` when using qu...
Hello, Appwrite team! I'm having an issue with `listDocuments` when using query modifiers: **Environment:** - Self-hosted Appwrite (`Version 1.4.13`) installe...
- Function gives unauthorized error when w...
I am on free tier. I have function that has three attributes: 1. A stand alone attribute (required) 2. A many to one relationship attribute 3. A many to man...
