Having installed the Commerce package now I am attempting to use the StorefrontAPI methods, with first attempts being via the Swagger UI.
From the docs it tells me that I have to enable DeliveryAPI first and then enable StorefrontApi also in the appsettings. That is done and can see that reflected in the configuration when the site is running.
However, the DeliveryApiContentIndex never has any documents listed in it.
No matter how many times I rebuild it never has anything in it.
My site requires user login from the top, so the Home page is Restricted (all content are child items of Home).
I had to do a custom config change to get all items included in the ExternalIndex and that worked just fine. For that index the settings show SupportProtectedContent= true.
I did the same thing for the Delivery index and it shows the same, but still I get no documents.
Can anyone suggest what else I have to do to get all content items included in the DeliveryApi Index?
DeliveryApiContentIndex is never populated
Using Umbraco v13 with Commerce package.
Having installed the Commerce package now I am attempting to use the StorefrontAPI methods, with first attempts being via the Swagger UI.
From the docs it tells me that I have to enable DeliveryAPI first and then enable StorefrontApi also in the appsettings. That is done and can see that reflected in the configuration when the site is running.
However, the DeliveryApiContentIndex never has any documents listed in it. No matter how many times I rebuild it never has anything in it.
My site requires user login from the top, so the Home page is Restricted (all content are child items of Home).
I had to do a custom config change to get all items included in the ExternalIndex and that worked just fine. For that index the settings show SupportProtectedContent= true. I did the same thing for the Delivery index and it shows the same, but still I get no documents.
Can anyone suggest what else I have to do to get all content items included in the DeliveryApi Index?
is working on a reply...