I previous had a SMTP server setup in Appwrite to send emails and it worked perfectly. My AWS SES account got reset for some reason so I had to recreate credentials. But now when I try to update the server it returns: "Project is not accessible in this region. Please make sure you are using the correct endpoint." The Project endpoint and the API Key specifically for SES are both properly set to NYC and the Amazon region is Us-east1 (Virginia). Anyone know the fix?
Please make sure that in your backend code, from where you're making requests to the endpoint, you're using https://nyc.cloud.appwrite.io/v1 and not https://cloud.appwrite.io/v1. Also, double check your env variables and try restarting the server after changes.
Recommended threads
- TEAM INVITE
There is a problem with the team invitation. When a user invites other users, that time, the newly created email address they don't get the invite link and old ...
- Suspicious access pattern detected when ...
Hello, I am having trouble restoring my project. In the past it worked with no problems, but today I get an error "Suspicious access pattern detected". How can ...
- Clean install of 1.9.0 shows errors in a...
I just run a full clean install of Appwrite on my server following the Manual installation guide in the docs page. The console seems to work, visually there d...