Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COSo the issue with the parameters not making it to the backend has been corrected, this i think was an issue on there end with their browser. The facility these two users are working from is highly regulated. I assume the issue is some setting on their end since they are the only 2 this happens to. The only remaining issue is that a response never makes it back. So lets say they make a call to update an entry, the call is made the entry is updated, and the results are returned. All this works except the users never get the results back! I added logging to write what they receive (next)
      singulars
    2. COHere is the response they receive (comment 1 of 2): {'request':{'options':{'method':'post','asynchronous':true,'contentType':'application/json','encoding':'UTF-8','parameters':'','evalJSON':'force','evalJS':true,'postBody':'{"crumbId":2}','global':true},'transport':{'status':200,'timeout':0,'responseXML':,'readyState':4,'responseText':'','statusText':'Unknown'},'url':'/Critical_Spares/Default.aspx/GetCrumbLink','method':'post','parameters':{},'body':'{"crumbId":2}','_complete':true},'transport':
      singulars
    3. CO{'status':200,'timeout':0,'responseXML':,'readyState':4,'responseText':'','statusText':'Unknown'},'readyState':4,'status':200,'statusText':'Unknown','responseText':'','responseXML':} so as you can see the status is 200 for successful but the response objects are all empty and the response text is Unknown! The call was successful though and results were returned from the server they just don't get received by the user : /.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload