I'm trying to freeze my app, I get a `ValueError` when SERVER_NAME is defined. `SERVER_NAME = 'www.example.com'` The `url_for` try to generate the external URL without scheme (`://www.example.com`). I'm using Flask 0.10.1 and last Frozen-Flask.
I'm trying to freeze my app, I get a
ValueErrorwhen SERVER_NAME is defined.SERVER_NAME = 'www.example.com'The
url_fortry to generate the external URL without scheme (://www.example.com). I'm using Flask 0.10.1 and last Frozen-Flask.