not-kennethreitz/flask-sslify

Use with app factory pattern has been broken

joshfriend opened this issue · 3 comments

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.

#45 will also fix this issue

Over a year later and still no merge to fix app factory pattern?