but keep getting 'Unauthorized' error when making a api call. One step from the docs I was unable to do was to rebuild DeliveryApiContentIndex as the button is greyed out along with note:
This index cannot be rebuilt because it has no assigned IIndexPopulator.
No matter what I try I'm getting Unauthorized response when making an api call through postman. When inspecting the logs of the calls, I'm getting the message:
"The Delivery API is not enabled, no indexing will performed for the Delivery API content index."
This sort of confirms that the issue could be not rebuilding the mentioned index.
Content Delivery Api - DeliveryApiContentIndex rebuild greyed out
Hi there, I'm trying to set up Content Delivery Api in our Umbraco CMS project. I followed the docs, updated the appsettings with:
but keep getting 'Unauthorized' error when making a api call. One step from the docs I was unable to do was to rebuild
DeliveryApiContentIndex
as the button is greyed out along with note:This index cannot be rebuilt because it has no assigned IIndexPopulator
.No matter what I try I'm getting
Unauthorized
response when making an api call through postman. When inspecting the logs of the calls, I'm getting the message:"The Delivery API is not enabled, no indexing will performed for the Delivery API content index."
This sort of confirms that the issue could be not rebuilding the mentioned index.
Can anyone provide some help regarding this?
Thanks :)
Hi, I have the same problem
Anyone can help us?
Adriano
Same issue - we followed your documentation and gotten the same issue:
This index cannot be rebuilt because it has no assigned IIndexPopulator
Anyone?
Are you two still stuck on this as well?
If you add the
"DeliveryApi": { "Enabled": true, "PublicAccess": true }
directly under the CMS tag it will work.
is working on a reply...