Publishing with Schedule doesn't work correctly #15340
Labels
state/needs-more-info
We don't have enough information to give a good reply
state/needs-reproduction
Check if this can be reproduced in the latest released version
type/bug
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
12.3.3
Bug summary
When node is schedule to be published in the future, it doesn't get published correctly. In the history there is an entry that the node has been published but at the same time in the Publish Menu on the bottom right corner the "Unpublish" option is missing and the node is not available on the content delivery API nor can't it get retrieved by the UmbracoContext.Content.GetById() method when preview is set to false. There is also no ContentPublishedNotification triggered.
Specifics
No response
Steps to reproduce
Create and save a node
Create a publish schedule for a future date and time
Try to retrieve the the node via UmbracoContext or Content Delivery API after the schedule date.
Expected result / actual result
No response
The text was updated successfully, but these errors were encountered: