GraphQL responding with 500 error if multiple designs are being uploaded quickly after each other
Summary
When using GraphQL to upload multiple designs in a forEach
loop, the first design always goes through while the following designs have roughly a 50/50 chance of getting uploaded or causing a 500
error with the message Internal Server Error
.
/cc @alexkalderimis