Replies: 1 comment 1 reply
-
Due to its backbone being Starlette, FastHTML is an ASGI-only framework. Can you use Python Anywhere to host ASGI apps? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello there i am trying to host webapp created with fasthtml on pythonanywhere, but i am getting problem with running wsgi application:
below is error log:
2024-10-06 18:14:21,162: Error running WSGI application 2024-10-06 18:14:21,163: TypeError: Starlette.__call__() missing 1 required positional argument: 'send'
Beta Was this translation helpful? Give feedback.
All reactions