www icon indicating copy to clipboard operation
www copied to clipboard

Editor crashes on pages under construction.

Open rjsparks opened this issue 1 year ago • 1 comments

fwiw, the URL started with /live/

Internal Server Error: (some URL being worked on)

AttributeError at (that URL)
'StandardIndexPage' object has no attribute 'reverse_subpage'

Request Method: GET
Request URL: http://www.ietf.org/(that URL)

...

  File "/usr/local/lib/python3.10/site-packages/django/template/library.py", line 192, in render
    output = self.func(*resolved_args, **resolved_kwargs)
  File "/usr/local/lib/python3.10/site-packages/wagtail/contrib/routable_page/templatetags/wagtailroutablepage_tags.py", line 25, in routablepageurl
    routed_url = page.reverse_subpage(url_name, args=args, kwargs=kwargs)

Exception Type: AttributeError at (that URL)
Exception Value: 'StandardIndexPage' object has no attribute 'reverse_subpage'

Crash rate was high while page was being worked on (19 crashes in 2 minutes)

cc: @ghwood

rjsparks avatar Oct 09 '23 13:10 rjsparks