ArnoldV/Our.Umbraco.GMaps

Console Error in Back-office: "No url found for api name gMapsBaseUrl"

Closed this issue · 5 comments

Umbraco version 8.18.3 | Our.Umbraco.GMaps version 2.0.5

Hi, when I added a DataType using the GMaps property editor to a Doctype and go to the Content node to edit it, I see this:
image

And there is a JS Console Error:
image

I have tried adding the API key to the DataType and also to the web.config. I have "hard-refreshed" the browser, but all with the same result. Has anyone seen this issue before?

hm. This would indicate the dll isn't installed properly maybe? I don't think it's related to the API key. Will need to investigate.

Thanks for your reply. 🙂 I installed via nuget, but as per the other logged issue (#99), the App_Plugins folder was not copied over, so I pulled the source code and copied it from there... I thought the DLLs had been installed, but I can double-check when I'm back at my computer.

So, today I checked the solution - In the NuGet UI, it said the GMaps package was installed, however I didn't see a matching DLL in the /bin/ folder for the website project.

I ran Update-Package Our.Umbraco.GMaps.Core -reinstall in the Package Management Console, and the DLL files appeared.

brilliant :) I'm working on issue #99 at the moment and should have a build out for you to play with soonish

@hfloyd I've just pushed release 2.0.6 which should resolve the issue with getting the App_Data directory in place - if you are able, can you test and let me know if this is still an issue (release should be out soon on NuGet)