Hi! I'm having trouble with the Content API of Umbraco Heartcore. I've added a new property called metaKeywords (datatype Tags (new)) on all pages, and now I want to use the Content API to find pages with keywords through the Search endpoint (link).
After adding some keywords to certain pages, I see that the new property metaKeywords shows up, but it's null everywhere. When I query the same pages on de GraphQL API they do show (though not everywhere, this also doesn't seem to work as it's supposed to).
Is this some caching issue? The weird thing is that a few days have passed since I tested for the second time and still no result from the Content API. Also I refreshed all the caches in the Settings Published Status tab, but no change.
Umbraco Heartcore content API caching issue
Hi! I'm having trouble with the Content API of Umbraco Heartcore. I've added a new property called metaKeywords (datatype Tags (new)) on all pages, and now I want to use the Content API to find pages with keywords through the Search endpoint (link).
After adding some keywords to certain pages, I see that the new property metaKeywords shows up, but it's null everywhere. When I query the same pages on de GraphQL API they do show (though not everywhere, this also doesn't seem to work as it's supposed to).
Is this some caching issue? The weird thing is that a few days have passed since I tested for the second time and still no result from the Content API. Also I refreshed all the caches in the Settings Published Status tab, but no change.
Content REST API: "metaKeywords": null,
GraphQL API: "metaKeywords": [ "test tag", "nog een tag", "keyword" ],
Hi there
Please, reach out to our support via the Cloud portal page about this and I'm sure that they'll assist you :)
/Darek
is working on a reply...