- Issue created by @chfoidl
By setting static::ALLOW
in the HeadlessPreviewRequestPolicy
class, the entire page cache of the Drupal install is impacted, because this essentially forcefully enables page cache for all NON-Preview Routes.
Install the headless cms preview module and watch the backend break.
Return NULL instead of ALLOW in the policy.
Active
1.1
Code