wuvt / wuvt-site

Website including a CMS, playlist information, and donation management tools
https://www.wuvt.vt.edu
GNU Affero General Public License v3.0
11 stars 12 forks source link

Broken when PROXY_FIX is enabled #445

Closed mutantmonkey closed 4 months ago

mutantmonkey commented 4 months ago

This was caused by the Werkzeug upgrade.

Traceback (most recent call last):
  File "/usr/src/app/./wuvt/__init__.py", line 106, in <module>
    app.wsgi_app = ProxyFix(app.wsgi_app,
TypeError: __init__() got an unexpected keyword argument 'num_proxies'