Skip to content
Back

Project not accessible in this region

  • 0
  • Cloud
UCYT5040
19 Jun, 2025, 14:13

Running appwrite push, selecting my function, and pushing it, but it get this error:

TypeScript
? Which resources would you like to push? Functions (Deployment)
? Which functions would you like to push? Main API (main)
Info: Validating functions ...
Info: Checking for changes ...
Info: For detailed error pass the --verbose or --report flag
Error: Project is not accessible in this region. Please make sure you are using the correct endpoint

My endpoint is set to https://cloud.appwrite.io/v1. My project region is New York.

TL;DR
Project was not accessible in the New York region, error was fixed by adding 'https://' to the endpoint. Pushing project settings worked regardless of the endpoint change. Solution: Use the correct endpoint (`nyc.cloud.appwrite.io/v1`) specified in project settings. Pushing project resulted in "Project is not accessible in this region" error.
Darshan Pandya
19 Jun, 2025, 14:55

should be nyc.cloud.appwrite.io/v1. see project settings for a project's correct endpoint.

UCYT5040
19 Jun, 2025, 14:58

OK, so I run appwrite client -e nyc.cloud.appwrite.io/v1 to change it, but then I get

TypeScript
Info: For detailed error pass the --verbose or --report flag
Error: Invalid endpoint or your Appwrite server is not running as expected.

Also, for some reason, pushing project settings works fine (without changing the endpoint)

UCYT5040
19 Jun, 2025, 14:59

Ahh wait I think I needed to add https://, seems to be working now.

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more