You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following instructions doesn't seem to redirect my traffic.
def app_factory():
app = Flask(__name__)
app.config.from_object('config')
if app.config['ENV'] == 'prod': # only trigger SSLify if the app is running on Heroku
sslify = SSLify(app)
Following instructions doesn't seem to redirect my traffic.
After I push everything up:
Potential reasons: