I'm having trouble deploying a FastAPI app on IIS.
This is the error that I get.
Error occurred:
Traceback (most recent call last):
File "c:\programdata\anaconda3\lib\site-packages\wfastcgi.py", line 847, in main
result = handler(record.params, response.start)
TypeError: __call__() missing 1 required positional argument: 'send'
Any ideas?