Use with app factory pattern has been broken
joshfriend opened this issue · 3 comments
joshfriend commented
Since v0.1.5, any app using this extension with the app factory pattern crashes on startup because current_app
is being manipulated without an active application context.
This regression was introduced by #28.
Merging #32 should fix this issue.
joshfriend commented
#45 will also fix this issue
zerox1212 commented
Over a year later and still no merge to fix app factory pattern?
zerox1212 commented
Also, https://github.com/kennethreitz/flask-sslify/pull/45 didn't work for me, but https://github.com/kennethreitz/flask-sslify/pull/32 did.