AEM 6.3: Managed publication (later), content node is not versionable
I am getting the following error when a managed publication of a certain page is executed:
16.10.2017 09:18:00.573 *ERROR* [JobHandler: /etc/workflow/instances/server1/2017-10-12/scheduled_activation_274:/etc/workflow/packages/generated-package8] com.day.cq.replication.Agent.publish-a Error while building replication content com.day.cq.replication.ReplicationException: Content node is not versionable at /content/platform-blueprints/site/nl/category/page-that-is-not-publishing
16.10.2017 09:18:00.574 *ERROR* [JobHandler: /etc/workflow/instances/server1/2017-10-12/scheduled_activation_274:/etc/workflow/packages/generated-package8] com.day.cq.replication.impl.ReplicatorImpl Error while building replication content.
com.day.cq.replication.ReplicationException: Content node is not versionable at /content/platform-blueprints/site/nl/category/page-that-is-not-publishing
at com.day.cq.replication.impl.content.durbo.DurboContentBuilder.create(DurboContentBuilder.java:329)
at com.day.cq.replication.impl.content.durbo.DurboContentBuilder.create(DurboContentBuilder.java:148)
at com.day.cq.replication.impl.ServiceTrackerImpl$ContentBuilderWrapper.create(ServiceTrackerImpl.java:257)
at com.day.cq.replication.impl.AgentImpl.buildContent(AgentImpl.java:369)
at com.day.cq.replication.impl.AgentImpl.buildContent(AgentImpl.java:345)
at com.day.cq.replication.impl.ReplicatorImpl.buildContents(ReplicatorImpl.java:1001)
at com.day.cq.replication.impl.ReplicatorImpl.replicate(ReplicatorImpl.java:478)
at com.day.cq.wcm.workflow.process.ReplicatePageProcess.execute(ReplicatePageProcess.java:180)
at com.day.cq.workflow.compatibility.CQWorkflowProcessRunner.execute(CQWorkflowProcessRunner.java:93)
at com.adobe.granite.workflow.core.job.HandlerBase.executeProcess(HandlerBase.java:189)
at com.adobe.granite.workflow.core.job.JobHandler.process(JobHandler.java:258)
at org.apache.sling.event.impl.jobs.JobConsumerManager$JobConsumerWrapper.process(JobConsumerManager.java:500)
at org.apache.sling.event.impl.jobs.queues.JobQueueImpl.startJob(JobQueueImpl.java:291)
at org.apache.sling.event.impl.jobs.queues.JobQueueImpl.access$100(JobQueueImpl.java:58)
at org.apache.sling.event.impl.jobs.queues.JobQueueImpl$1.run(JobQueueImpl.java:227)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
These are the properties of the jcr:content of the page:

NOTE: I did try to create and let a managed publication execute for another page in the same folder and it worked for that page so something must be wrong with this page.
Any help will be appreciated!