Hey. I found a case of error 504 (Gateway Timeout) in the plugin, through Sentry. In our backend logs I found the corresponding Nginx record that shows error 499 - in Nginx it means that the client closed the connection before the server answered the request.
Sounds reasonable that it’s a client side timeout, but the weird thing is that both records (plugin’s Sentry & Nginx) were logged at the same second…
I’d appreciate any input from XD’s devs about it.