geopython / GeoHealthCheck

Service Status and QoS Checker for OGC Web Services
https://geohealthcheck.org
MIT License
83 stars 71 forks source link

GHC (Flask) failing to startup due to Flask Jinja2 breaking change #423

Closed justb4 closed 2 years ago

justb4 commented 2 years ago

Describe the bug We are hitting this issue: https://github.com/pallets/flask/issues/4494

The demo site does not start. Quickfix is to pin Jinja2. Upgrading to Flask v2 is best longer-term solution but quite involved also with Flask-SQLALchemy etc.

justb4 commented 2 years ago

Ok, CI builds are green and demo site working again.