Cannot read property 'match' of null #187
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello,
Im trying to use this script with ASP.NET MVC 5. I enabled the debug, and when i click on a link it throws me this error:
Here is my script
If i enter manually (through browser) to http://localhost:25282/Clientes/Listar/1?t=1543502398672 there is no problem.
Anyway, there is no possibility to remove the query string t in the requests ?
Thanks
In Pjax initialization options, set
cacheBusttofalse. See here.Thank you @BehindTheMath! i setted to false, but im still getting the error.
i solved editing the .js of the loadcontent function:
i added the if (html != undefined) {
We should check here if
responseTextis falsy.