There was a "typo" in the previous PR. Wasn't really a typo since it was schema all over the place, but the important piece is the attribute in url_for() is _scheme and not _schema. When using _schema, it becomes an extra parameter in the URL returned, which has no effect on the URL scheme (HTTP vs HTTPS). I have reflected that fix also in the documentation as well as in the env variables.
There was a "typo" in the previous PR. Wasn't really a typo since it was
schema
all over the place, but the important piece is the attribute inurl_for()
is_scheme
and not_schema
. When using_schema
, it becomes an extra parameter in the URL returned, which has no effect on the URL scheme (HTTP vs HTTPS). I have reflected that fix also in the documentation as well as in the env variables.