OpenContent icon indicating copy to clipboard operation
OpenContent copied to clipboard

Calling Google Maps???

Open MaiklT opened this issue 2 years ago • 0 comments

I have a development server which is not connected to the internet for several reasons.

When opening the Filter settings in OpenContent 4.7, it lasts a while until the form is loaded (~ 60 seconds). When opening the dev tools, I find a call to http://maps.googleapis.com/maps/api/js?v=3.exp&libraries=places&cdv=796, which runs into a net::ERR_CONNECTION_TIMED_OUT error (of course).

I cannot find the source of this call, but when looking at the initiator, I find

> http://myLocalServer/js/Debug/dnn.modalpopup.js?cdv=796
   > http://myLocalServer/(LanguageCode)/(Path)/(To)/(Page)/ctl/EditQuery/mid/(ModuleID)?popUp=true
      > http://maps.googleapis.com/maps/api/js?v=3.exp&libraries=places&cdv=796

DNN 9.10.2.

Any ideas? This call is not necessary, and the form loads and saves without any issue, but it lasts a long while...

MaiklT avatar Nov 18 '22 08:11 MaiklT