E1012 Details¶
Message emitted:¶
E1012
: Error rendering template {template}
at {filename}:{line_number}
Line:
Error Type: {error_type}
Message: {message}
Description:¶
Jinja2 template file not found.
Troubleshooting:¶
Ensure that the Jinja2 template file exists and is accessible.
Recommendation:¶
Ensure that the Jinja2 template file exists and is accessible, this is generally as an include from one template to another. Common issues include:
- Using incorrect relative paths from the file versus absolute paths from the root templates directory
- Incorrect file paths due to misspelling or wrong case
- File not included on this branch
- Permissions issues