The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Some pages go "Page not found" even though they exist, restoring and re-restoring them fixes problem

Malte Schmidt
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 11, 2021

Hello,

I recently noticed on an Confluence instance running Postgres 9.6 and Confluence 7.8.x that some links turn into a "Page not found".

Looking up the contentid in the database and manually opening the "Page information" page, they exist and look fine. Restoring the page to an older version and then re-restoring it to the current one fixes the problem, the pretty link (e. g. https://confluence/TEST/Test+site and also the normal link work fine again).

SELECT c.title, 
u.username AS Creator,
c.contentid,
c.creationdate,
c.lastmoddate,
um.username AS LastModifier
FROM content c
JOIN user_mapping u ON c.creator = u.user_key
JOIN user_mapping um ON c.lastmodifier = um.user_key
WHERE c.prevver IS NULL
AND c.contenttype = 'PAGE'
AND c.content_status = 'current'
AND c.title LIKE '%testtitle%'
ORDER BY title;

Has anyone experienced this problem? How to proceed here?

I verified with the Release Notes of all following versions that this problem is not known/fixed.

EDIT:

I verified that this only affects the "pretty links". The pages that show "Page not found" with the pretty link are perfectly accessible using the normal link containing the ID.

Broken: https://confluence/TEST/Test+site
Working: https://confluence/pages/viewpage.action?pageId=1234

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

TAGS
AUG Leaders

Atlassian Community Events