I am trying to run this docker-compose file for a Flask app. Facing trouble in getting the server start. Here is the error happening:
I tried different version of jinja2 but its not working!
I tried different version of jinja2 but its not working!
I am trying to run this docker-compose file for a Flask app. Facing trouble in getting the server start. Here is the error happening:
I tried different version of jinja2 but its not working!
I tried different version of jinja2 but its not working!
as speciified in the documentation change logs under version 3.1.0 you need to import escape from markupsafe as
from markupsafe import escape