You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.
Hello
I am facing an issue while installing Azurecdn Toolkit package. After installing this package GetAllserver ape called and it returns a null value.
Please Help
The text was updated successfully, but these errors were encountered:
I encountered the same issue, where the resource promise to GetAllServers calls ApplicationContext.Services.ServerRegistrationService.GetActiveServers() which returns null.
I solved for my case by calling CurrentServerIdentity instead of GetActiveServers which works where you only have the one to resolve.
It was unclear to me that the project source code was the latest 0.2.0-alpha-000062 version, so I wrote my own simple UmbracoAuthorizedJsonController and a resource promise to call it, and made it a fallback in the dashboard's angular controller.
It works, albeit after a time-out waiting for the original to fail, however if I was sure that that the source code is the latest, then changing CacheApiController.cs would be more sensible.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello
I am facing an issue while installing Azurecdn Toolkit package. After installing this package GetAllserver ape called and it returns a null value.
Please Help
The text was updated successfully, but these errors were encountered: