Bug #60618
Absence d'une URL auth_logout pour le template d'erreur mellon
Status:
Nouveau
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
13 January 2022
Due date:
% Done:
0%
Estimated time:
Patch proposed:
No
Planning:
No
Description
Ça cache l'erreur mellon plus classique qui est en dessous (authentic ne répond pas à la résolution d'artefact).
Certainement lié à l'absence de template_base lors de l'inclusion des URLs hobo.
https://sentry.entrouvert.org/entrouvert/publik/issues/54273/
timeout: The read operation timed out ... ... (4 additional frame(s) were not displayed) ReadTimeoutError: HTTPSConnectionPool(host='connexion.demarches.essonne.fr', port=443): Read timed out. (read timeout=10.0) ... ... (2 additional frame(s) were not displayed) ReadTimeout: HTTPSConnectionPool(host='connexion.demarches.essonne.fr', port=443): Read timed out. (read timeout=10.0) ... ... (1 additional frame(s) were not displayed) NoReverseMatch: Reverse for 'auth_logout' not found. 'auth_logout' is not a valid view function or pattern name. File "django/urls/resolvers.py", line 673, in _reverse_with_prefix raise NoReverseMatch(msg) File "django/urls/base.py", line 90, in reverse return iri_to_uri(resolver._reverse_with_prefix(view, prefix, *args, **kwargs)) File "django/template/defaulttags.py", line 443, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) File "django/template/base.py", line 904, in render_annotated return self.render(context) File "django/template/base.py", line 937, in render bit = node.render_annotated(context) ... (34 additional frame(s) were not displayed)
History
Updated by Benjamin Dauvergne about 3 years ago
- Project changed from Suivi des traces to Hobo
- Subject changed from NoReverseMatch: Reverse for 'auth_logout' not found. 'auth_logout' is not a valid view function or pattern name. to Absence d'une URL auth_logout pour le template d'erreur mellon
- Description updated (diff)
Updated by Benjamin Dauvergne about 3 years ago
Bizarre, hobo déclare un mellon/base.html qui hérite de hobo/base.html qui surcharge bien le block logout pour y mettre son url {% reverse "logout" %}
je ne devine pas d'où vient ce auth_logout.