Skip to main content

Custom searchprovider stopped working

Comments

3 comments

  • Permanently deleted user

    Hi Berend,

    Do you see any errors or clues in the browser console? If you inspect the DOM element in the empty space, what's there? Inspecting the DOM often yields valuable clues as to what's going on. You can also turn on "debug mode" in the viewer with the URL parameter debug=true. This will leave data-binding statements on elements and often further yield clues.

    -Jason

     

     

    0
  • Berend Veldkamp

    It turned out to be caused by a mismatch between the libraryname in the json config, and the javascript file (geocortex.framework.notifyLibraryDownload("MySearchProvider");)

    0
  • Berend Veldkamp

    I noticed that the same thing happens when a library is configured in the json files, but the actual js file is missing (or cannot be downloaded for some reason)

    0

Please sign in to leave a comment.