E1034 Details¶
Message emitted:¶
E1034
: Error rendering template {template}
at {filename}:{line_number}
Line:
Error Type: {error_type}
Message: {message}
Description:¶
Reference to a Jinja2 filter that is not available in the environment.
Troubleshooting:¶
Verify the name and availability of any custom Jinja2 filters used in the template.
Recommendation:¶
Use a valid jinja filter, common reasons this error occurs include typos or jinja filter is not loaded into the Nautobot worker or web server.