When the PreviewController is redirecting user to the frontend application, the redirect response is cached in certain cirtumstances. If the data changes, the sub-sequent request might provide the stale data to the user.
Make the response, that the PreviewController returns, non-cacheable.
Active
7.0
Code