Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ivan 1 post 81 karma points
    Jul 17, 2023 @ 04:45
    Ivan
    0

    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:

    "DeliveryApi": {
      "Enabled": true,
      "PublicAccess": true
    }
    

    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 :)

  • Adriano Fabri 458 posts 1600 karma points
    Aug 16, 2023 @ 09:31
    Adriano Fabri
    0

    Hi, I have the same problem

    Anyone can help us?

    Adriano

    enter image description here

  • Richard 11 posts 51 karma points
    Aug 30, 2023 @ 21:54
    Richard
    100

    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?

  • Jonas CA 4 posts 74 karma points
    Sep 05, 2023 @ 15:13
    Jonas CA
    0

    If you add the

    "DeliveryApi": { "Enabled": true, "PublicAccess": true }

    directly under the CMS tag it will work.

Please Sign in or register to post replies

Write your reply to:

Draft