I’m getting the same error on WPEngine. It was working on PHP7.4, but when I switch to PHP8.2, I get 502 errors in lots of places, mostly in admin-ajax.php. WP is up to date at v6.3.
Saving a post/page is the simplest one. The actual post is saved, though, so the error takes place somewhere after that.
The problem is that this happens for non-admin users as well on other sections of the site, not always tied to Ajax requests. My solution will be to disable the plugin for now.
I don’t think the memory is the problem, I have memory limit set to 1024 (or 512), so it should be plenty. The 502 happens with all other plugins disabled as well when I save a page, so I don’t think that action can overload the memory.
Hopefully this is something that you can figure out in later versions.
Thanks!
-
This reply was modified 2 years, 7 months ago by eugenlisov.