You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add test coverage to ensure that both preview and non-preview mode load correct revisions of entities in all routes. This includes individual pages rendered with [..slug].ts and pages that list multiple entities.
The intended behavior is that on preview mode when the user is authenticated, all of the routes should render the latest revision, even if it's not public. When the user is not authenticated, the latest public revision should be rendered instead.
The text was updated successfully, but these errors were encountered:
We should add test coverage to ensure that both preview and non-preview mode load correct revisions of entities in all routes. This includes individual pages rendered with
[..slug].ts
and pages that list multiple entities.The intended behavior is that on preview mode when the user is authenticated, all of the routes should render the latest revision, even if it's not public. When the user is not authenticated, the latest public revision should be rendered instead.
The text was updated successfully, but these errors were encountered: