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
{{ message }}
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
It would appear that Heroku doesn't automatically forward HTTP requests to HTTPS, and since we aren't handling the load balancing on the Heroku end we'll need to do this from Django.
Note: This also broke the Netlify build deployment callbacks since it was using http. If we are able to address this, we'll need to update that link too (and verify it works).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would appear that Heroku doesn't automatically forward HTTP requests to HTTPS, and since we aren't handling the load balancing on the Heroku end we'll need to do this from Django.
There are a few guides for doing exactly this:
We'll want to set this up to be disabled locally since that's fine to be over HTTP (and would be difficult to set up HTTPS locally).
The text was updated successfully, but these errors were encountered: