When loading a page with multiple grids, a message box appers with the message 404 NOT FOUND. We have not performed any change to this code, Where are wondering if it is something related to the volume of data managed by this grid.
jquery.min.js:4 GET https://www.mypage.com.mx/sistem/genera_complemento_de_pago.php?factur…ch=true&nd=1635975272646&rows=30&jqgrid_page=1&sidx=fecha_creado&sord=desc 404 (Not Found)
send @ jquery.min.js:4
ajax @ jquery.min.js:4
Q @ jquery.jqGrid.min.js:80
(anonymous) @ jquery.jqGrid.min.js:136
each @ jquery.min.js:2
each @ jquery.min.js:2
b.fn.jqGrid @ jquery.jqGrid.min.js:34
(anonymous) @ genera_complemento_d…p?factura=57024:232
j @ jquery.min.js:2
fireWith @ jquery.min.js:2
ready @ jquery.min.js:2
K @ jquery.min.js:2
Hello,
The main reason is that you are including CSS file using http:// (non secure) on secure url.
See the red error message below. Replace the http:// link with https for the related stylesheet css file and it should be fixed.