IContentFinder doesn't work with ContentDelivery A...
# help-with-umbraco
b
Umbraco CMS version: 13.5.0 As the message states the content finder isn't triggerred for /api/v2/content/item/{slug} requests. So in our case some slugs were previously being verified by a content finder for invalid URL inputs because theyre dynamic paths and must match an external API providers data, we wanted to switch to the content delivery API for a headless approach of the front end application but this functionality seems to not work there. Would a CustomRoute work in this case and should we refactor or is there no way to get it to work currently? We plan to upgrade to 14.3.0 soon as well if that woukd resolve the issue at hand. Thanks for the help, Urban
I ended up refactoring it to a Controller and adjusting the logic somewhat, works for the current needs
6 Views