I just try to use Ajax on a website, to load products without refreshing the website. In console I get the following error:
POST https://mywebsite.com/wp-admin/admin-ajax.php 500 jquery.min.js?ver=3.5.1:2
I try to increase WP_MEMORY_LIMIT
and WP_MAX_MEMORY_LIMIT
but still I get the same error.
What is the reason for this error? and How I can fix it?