Grey Li
Grey Li
bilibli:SQL/sequel(/'sikwəl/) 的发音不准确,注意开头的 i,详见[发音示例](http://www.howtopronounce.cc/file/4f8072b1338749679271935264ad2780.mp3)。
@Abdur-rahmaanJ You may need to @maxcountryman, I don't have merge access on this repo.
Here is the way to reproduce this issue: ```python $ python Python 3.9.1 (default, Dec 12 2020, 22:52:49) [Clang 11.0.3 (clang-1103.0.32.62)] on darwin Type "help", "copyright", "credits" or "license" for...
哪位好心人帮忙把「,没有」删掉吧,哈哈
感谢反馈。如果同时固定 SQLAlchemy < 2.0 版本应该就没问题了,即: ``` pip install flask-sqlalchemy==2.5.1 sqlalchemy==1.4.47 ``` [已更新](https://github.com/helloflask/flask-tutorial/commit/3a1a3b133e455ba7c6eb8ea1998a5882dccec20f)。
Is the Nginx proxy configuration incorrect? Could you share the proxy-related config section? Possible useful info: * https://docs.nginx.com/nginx/admin-guide/security-controls/securing-http-traffic-upstream/#complete-example * https://serverfault.com/questions/372886/prevent-nginx-from-redirecting-traffic-from-https-to-http-when-used-as-a-reverse
Before we add the support to absolute redirect URL, you can create custom docs endpoints in this way: ```py from apiflask import APIFlask from apiflask.ui_templates import swagger_ui_template, swagger_ui_oauth2_redirect_template from flask...