Skip to content

NoReverseMatch: Reverse for 'organization_page' with arguments '('',)' not found. 1 pattern(s) tried: ['(?P<orga_slug>[^/]+)/\\Z'] #355

@sentry

Description

@sentry

Sentry Issue: OPENREPAIRPLATFORM-R

NoReverseMatch: Reverse for 'organization_page' with arguments '('',)' not found. 1 pattern(s) tried: ['(?P<orga_slug>[^/]+)/\\Z']
(17 additional frame(s) were not displayed)
...
  File "django/template/base.py", line 1005, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
  File "django/template/base.py", line 966, in render_annotated
    return self.render(context)
  File "django/template/defaulttags.py", line 471, in render
    url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app)
  File "django/urls/base.py", line 88, in reverse
    return resolver._reverse_with_prefix(view, prefix, *args, **kwargs)
  File "django/urls/resolvers.py", line 828, in _reverse_with_prefix
    raise NoReverseMatch(msg)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions