For what it’s worth, I’m able to reproduce 2 flavors of this problem:
- When creating a new Gear Swap post from scratch, and attaching too many / too large images, I can elicit a Critical Error which has already been discussed.
- If I’veย already created a Gear Swap post and I’mย adding images to it (too many / too large) then this situation results in a 502 Bad Gateway response.
Because I’m a software engineer and that gives me the mistaken impression that I can be the hero here ๐ I did a bit of googling. You guys are on WordPress, I believe? You might take a look at this:
https://xomisse.com/blog/fix-http-error/
… And particularly solution #7 regarding the memory limit.
Obviously I have no idea if you’ve already tried this before, or have other plugins that may be impacting the image upload. But if it comes down to total file size in the images that users are attempting to attach to posts, this memory limit seems like a reasonable first culprit.
For whatever it’s worth!