sachatrauwaen / OpenContent

Structured Content editing for DNN (Dotnetnuke)
46 stars 25 forks source link

Calling Google Maps??? #198

Open MaiklT opened 1 year ago

MaiklT commented 1 year ago

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...