-
Bug
-
Resolution: Fixed
-
High
-
None
-
16
-
Severity 3 - Minor
-
3
-
Issue Summary
Back in a day, when we were creating pages in a space that already have a page with the same title, Confluence would pop-up us a message clarifying this.
Nowadays, it seems it is only throwing a general error message.
Steps to Reproduce
- Create a page and name is as "Test Page";
- Publish it;
- Create a new page and name it as "Test Page";
- Try to publish it.
Expected Results
An error message saying that a page with that title already exists will be shown.
Actual Results
A generic message is shown on the screen saying:
Your work is safe, but there's an issue.
Refresh the page, and click Publish again
Identifying the scenario you are dealing with
- Open the browser developer console, and click over the Network tab;
- After that, hit the Publish button again;
- A red text will appear, click there;
- Open the Response tab;
- Locate this piece of text: A page with this title already exists
In case you located it, follow the below workaround.
In case you didn't, raise a new support ticket to us mentioning this bug request, the page you are facing this issue, and the data access approved in the ticket.
Workaround
After identifying the this is the case, change the page's title and then publish it.