Hi everyone,
I am playing with email attachments from local computer and it works fine when it is used on test environment as there exist only one app server.
When it is used on production environment where exist two app servers and load balancer in front of them, attachment is uploaded only on one server (which is current in the moment of the upload) and some temporary error is thrown:
Unable to finalize storage of resource as the file has not been uploaded...
So, until we start delivery execution load balancer can switch user to another server where file does not exist and brake it.
Is there a "easy & nice" way to overcome this without uploading files with workflows, etc... ?
Regards,
Milan