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:
And there is a JS Console Error:
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.