For example I find pageId in error log.
How can I find actual page related to this ID?
Use it in the url
e.g. https://confluence/pages/viewinfo.action?pageId=123456
Despite this returns Page Information this is probably a solution.
Thanks Nic.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oops, sorry, yes.
There is an equivalent url for the main page view. Confluence tries to use "pretty" urls when it can, so pages named like "my page" are available on /display/space/my+page, but the physical ID of a page is always available.
Try /pages/viewpage.action?pageId=123456 instead.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes sir.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.