factset / quart-openapi

Module for Quart to add Flask-RESTPlus like functionality
https://factset.github.io/quart-openapi/
Other
82 stars 22 forks source link

Breaks on the latest Quart #28

Closed mst-ableton closed 4 years ago

mst-ableton commented 5 years ago

As of Quart 0.10.0, quart-openapi breaks due to a renamed parameter in its config: https://github.com/pgjones/quart/commit/907907ff534a63aa385b9bcac467454009d3f5fb. PREFERRED_URL_SCHEME is now PREFER_SECURE_URLS.

mst-ableton commented 5 years ago

A workaround is to explicitly set PREFERRED_URL_SCHEME to http or https in your app's config.

mst-ableton commented 4 years ago

🎉 Thanks!