I am getting these errors with a 504 status code when i use v3/messages/send
- Post “https://graph.microsoft.com/v1.0/me/messages/<access_token>/createReply”: context deadline exceeded (Client.Timeout exceeded while awaiting headers)
- Post “https://graph.microsoft.com/v1.0/me/messages”: context deadline exceeded (Client.Timeout exceeded while awaiting headers)
This is the complete error when i visit the microsoft graph api url, with additional attributes in the innerError object – client-request-id and request-id
Can I get help on what could be the possible reasons and root causes for these errors?
Randomly, some emails fail while majority of them are successful. What is the reason access token is empty, because I am using the same nylas sdk and application logic to send all emails
