Hi. I’m not using any parameters in the shortcode itself, the parameters are just in the URL of the page where the [jobs] shortcode is located. I’m using WPML for the translations and that is what might be causing the issue because if i have another parameter to the URL that is not the lang one it works fine but if i add /?test=a&lang=es it still asks for /?lang=es/ .
So if the URL is /careers-and-training/?test=a it asks for /jm-ajax/get_listings/ but if the URL is /careers-and-training/?test=a&lang=es it sends a request to /jm-ajax/get_listings/?lang=es/ .