Posts need content in their body, otherwise, Public posts become member-only and member-only become Paid-members-only.
Opening this issue here and not in Lyra as I'm unsure where the issue lies.
For public post:
For member-only post:
Thanks for the report @pateskinasy! Was able to reproduce this issue and after quick searches seems like it comes from this condition here - https://github.com/TryGhost/Ghost/blob/master/core/frontend/services/routing/controllers/entry.js#L88, should probably instead compare the visibility property on the entry if available.
Related discussion - https://github.com/TryGhost/Ghost/commit/d6b0db39c0dd3c4b54883b776cb6d3ba206f4cc2#r37223006
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Re-opening as this needs looking at.
Most helpful comment
Thanks for the report @pateskinasy! Was able to reproduce this issue and after quick searches seems like it comes from this condition here - https://github.com/TryGhost/Ghost/blob/master/core/frontend/services/routing/controllers/entry.js#L88, should probably instead compare the
visibilityproperty on theentryif available.Related discussion - https://github.com/TryGhost/Ghost/commit/d6b0db39c0dd3c4b54883b776cb6d3ba206f4cc2#r37223006