I have a terrible repeating error of 404 not found for a GET request.
The call looks like this in the JavaScript console
GET some_path/undefined 404 ( Not Found )
and all it states to the right of that is:
undefined:1
It keeps repeating over and over, it does not stop. How can I determine what line is trying to make this call?