I’m trying to reset admin password and it doesn’t let me do that.
The request times out with following error that I could trace in nginx
upstream timed out (110: Connection timed out) while reading response header from upstream, server: blog.example.com, request: "POST /ghost/api/v3/admin/authentication/passwordreset/ HTTP/2.0", upstream: "http://127.0.0.1:2369/ghost/api/v3/admin/authentication/passwordreset/", host: "blog.example.com", referrer: "https://blog.example.com/ghost/"
This used to work earlier. I am using mailgun to send emails and there is no reset password email sent via mailgun. Thinking it could be error in mailgun credentials, I have tried changing it to new credentials, same issue.
I don’t get any other info than this in ghost log INFO "POST /ghost/api/v3/admin/authentication/passwordreset/" 200
Now I just need to figure out why my mails are not working although the credentials are correct, I don’t see any request received by by my email service provider(mailgun)