I recently upgraded a site to 5.4.x-dev and am running into an issue with my page_manager node variants. When I visit a node page that has a variant defined, as authenticated user there are no issues. As anonymous user, the variant is not triggered and I see the default node view page (as if the node variant didn't exist). I tracked this down to an old page_manager patch, which is affecting both 5.4.x and 6.1.x (see related ticket).
This patch was added to fix an issue between page_manager and conflict. Since WxT no longer includes the conflict module, I think this patch is safe to remove.
Setup a page_manager node variant (node/[node]), add some blocks/fields. Now view a node as both authenticated and anonymous, see the difference.
Remove the old patch.
Active
6.1
Code