advanced-cms / advanced-reviews

This is an Open Source add-on that improves the reviewing process and lets external users to view & review content items or whole projects without the need to access the Edit Mode. Created and maintained by Bartosz Sekuła and Grzegorz Wiecheć
Apache License 2.0
17 stars 15 forks source link

This doesn't seem to work with headless #236

Closed landg-lance closed 1 year ago

landg-lance commented 1 year ago

Are there any instructions on getting this plugin to work with headless v12 EPiServer? I just tried installing it into our project, and none of the functionality is working for us.

barteksekula commented 1 year ago

What is the expectation when it comes to headless? This addon allows users to preview html of unpublished content items.

landg-lance commented 1 year ago

Headless requires an API endpoint. Does this plugin extend the Content Delivery API in some way to view unpublished content? Or maybe has it's own endpoint? A link such as https://test.reviews.com/externalContentView/20a05637-ded8-4831-97dc-5989e910379d won't work with headless because the Front End website is delivered by another application, NOT by EPiServer. eg our FE is an Angular app that is fed data via the Content Delivery API in EPiServer.

barteksekula commented 1 year ago

Unfortunately we do not plan to support this.