You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an individual user with the accessibility consultant role
Create a public page and publish it
Change the individual user's roles to include community connector
View the published public page
Click on "Unpublish"
Notice the 404 error
Expected behavior
While it's sort of correct to get the 404 error as you're on the now unpublished page, it would probably be better to either redirect to the dashboard or edit view for the public page.
The text was updated successfully, but these errors were encountered:
Typically when you unpublish the page it goes to the preview of the page. In this case we get the 404 because the page isn't previewable; it's missing values needed for the community connector role. When the page isn't previewable you get a 404 returned from the individual view policy.
Prerequisites
Describe the bug
When a user is viewing their public page and click the unpublish button, they are returned to the same page but get a 404 error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
While it's sort of correct to get the 404 error as you're on the now unpublished page, it would probably be better to either redirect to the dashboard or edit view for the public page.
The text was updated successfully, but these errors were encountered: