The "Node type" condition is not working with Render Cache.
I managed to fix it in a custom module based on
https://www.drupal.org/node/2389253#comment-9747677

but I think this should be included/fixed in the context module.

The problem is that the "Node type" condition is evaluated on the node_view hook. Render cache hijacks the node view. and the entity_view is also executed once after that is cached.

Comments

cslevy created an issue.