UCYT5040Original post
Rank 1: Thread
Running appwrite push, selecting my function, and pushing it, but it get this error:
? 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.
Summary
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.