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.
should be nyc.cloud.appwrite.io/v1. see project settings for a project's correct endpoint.
OK, so I run appwrite client -e nyc.cloud.appwrite.io/v1 to change it, but then I get
ℹ 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)
Ahh wait I think I needed to add https://, seems to be working now.
Recommended threads
- Provider error when creating a function ...
- Cloud function deployment failures
When I run appwrite push functions, select the function I want to deploy, confirm with a YES, is starts deploying but goes into error. I need to repeat the ste...
- Function deployment failed: Unable to re...
Hi Appwrite team, I have been experiencing persistent errors when i attempt to push my appwrite functions. The logs on the deployment detail page on the console...