Some links in Frappe documentation are showing server errors and not loading

for example in this guide : Basics of Manufacturing

This link does not load for me : https://docs.frappe.io/erpnext/v13/user/manual/en/manufacturing/workstation

None of the links in basics of manufacturing are loading for me, they show some kind of server error
I have pasted the error but I am 90 percent sure that it is because the pages dont exist anymore?
Could anyone else just verify the same?

Server Error

404: There was an error building this page

Traceback (most recent call last):
  File "apps/frappe/frappe/website/serve.py", line 20, in get_response
    return renderer_instance.render()
           ~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "apps/wiki/wiki/frappe_wiki/doctype/wiki_document/wiki_document.py", line 384, in render
    context = doc.get_web_context()
  File "apps/wiki/wiki/frappe_wiki/doctype/wiki_document/wiki_document.py", line 248, in get_web_context
    self.check_published()
    ~~~~~~~~~~~~~~~~~~~~^^
  File "apps/wiki/wiki/frappe_wiki/doctype/wiki_document/wiki_document.py", line 187, in check_published
    frappe.throw(
    ~~~~~~~~~~~~^
    	frappe._("Page not found"),
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    	frappe.DoesNotExistError,
     ^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "apps/frappe/frappe/utils/messages.py", line 148, in throw
    msgprint(
    ~~~~~~~~^
    	msg,
     ^^^^
    ...<6 lines>...
    	primary_action=primary_action,
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "apps/frappe/frappe/utils/messages.py", line 109, in msgprint
    _raise_exception()
    ~~~~~~~~~~~~~~~~^^
  File "apps/frappe/frappe/utils/messages.py", line 58, in _raise_exception
    raise exc
frappe.exceptions.DoesNotExistError: Page not found
1 Like

Yeah it took me also tons of time to figure that one out - just change v13 to v14 in the links and should work

oh yes it worked! thanks a lot asief

1 Like