Skip to main content

ResourceLoadError: Script failed to load (./Resources/Scripts/fastclick.js)

Comments

9 comments

  • Tom Neer
    Being caught by the AdBlock extension in your browser. 
    0
  • Permanently deleted user
    Thanks @Tom for your answer. @Ethan, if that does not solve your issue, please post again. The support team here are watching this thread. 
    0
  • Tom Neer
    @Dave, is fastclick.js new to 2.6? I understand it removes the 300ms click delay but could not find on the web other examples of AdBlock being ornery about it.

     

    However, it seems that AdBlock is catching it due to a regex search. If you go into ./Resources/Compiled/loader.js (make a backup first), search for "fastclick.js" (approx line 30) and change to "quickclick.js". Then go into ./Resources/Scripts/ and renamed "fastclick.js" to "quickclick.js" the issue goes away.

     

     
    0
  • Ethan Granger
    I currently cannot test this because I tried reinstalling everything and now identity server errors out. Here is that one:

     

    System.InvalidOperationException: Error creating web application: /Geocortex/IdentityServer ---> System.ArgumentNullException: Value cannot be null.

     

    Parameter name: value

     

       at System.Xml.Linq.XElement.set_Value(String value)

     

       at Geocortex.Essentials.PostInstall.IdentityServerPanel.UpdateSecurityXml(WebSite webSite, String virtualDirectory, String physicalPath)

     

       at Geocortex.Essentials.PostInstall.IdentityServerPanel.Commit()

     

       --- End of inner exception stack trace ---

     

       at Geocortex.Essentials.PostInstall.IdentityServerPanel.Commit()

     

       at Geocortex.Essentials.PostInstall.IdentityServerPanel.Save()

     

       at Geocortex.Deployment.UI.PostInstallFramework.Save()
    0
  • Permanently deleted user
    fastclick.js was first added in version 1.3 and versions 2.0 to 2.6 use the same version (0.6.9). I notice AdBlock's Chrome extension was last updated on March 17. Which browser(s) are you seeing this in?
    0
  • Tom Neer
    Chrome 48.0.2564.116 but haven't noticed it on previous versions. I did check that AdBlock is using EasyList (https://easylist.adblockplus.org/en/) and there is an entry "/fastclick." within that list. 

     

    I actually noticed it on one of our dev machines. I don't have AdBlock installed on my version of Chrome. 
    0
  • Longguang Fan
    Hello All,

     

    I am able to reproduce the issue that the viewer is unable to load with AdBlock extension enabled in browsers. The bug ID is GVH-10375. Our developer will look into it.

     

    Thanks

     

    Long
    0
  • Permanently deleted user
    I've tracked down the culprit. The issue is with EasyList, which provides AdBlock with a list of things to block. It had "fastclick." added to its list about 14 hours ago. I've raised the issue with them.

     

    edit: Whoops, Tom was quicker on the detective work.
    0
  • Permanently deleted user
    Quick follow-up: the folks at EasyList have reverted the entry that was blocking fastclick.js, so the HTML5 viewer will load with AdBlock running in a browser.
    0

Please sign in to leave a comment.