Hi @lochmueller,
the ElementBackendPreview caches the result of the rendered StandaloneView with the pagesection Cache. Most of the time the EditLinkViewHelper gets used to generate an a-Tag around the content. This link includes a token Parameter that is user specific. This CAN not be cached. This creates issues with using the backend and the BackendFormProtection.
Hi @lochmueller,
the
ElementBackendPreviewcaches the result of the renderedStandaloneViewwith thepagesectionCache. Most of the time theEditLinkViewHelpergets used to generate an a-Tag around the content. This link includes atokenParameter that is user specific. This CAN not be cached. This creates issues with using the backend and theBackendFormProtection.