Hello,

I am working with Drupal 8.1.7 and the node module REST Block Layout and I am having an issue with caching and publish/unpublish. If I have a node that is published, all is well and dandy. Should I unpublish said node, things are still fine, an Unauthorized response is returned. However, if I move the node from unpublished back to published (this being after the cache has been set for the node being unpublished) the cache is not invalidated and I get Unauthorized. Clearing the cache through the Admin controls or drush corrects the issue.

Has anyone run into a similar issue and solution? Or ideas of where I might point my eyes to find the problem.

Thanks