We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally posted by JamesHutchison October 6, 2023 The docs currently recommend running via Sanic directly.
https://reactpy.dev/docs/guides/getting-started/running-reactpy.html#running-with-sanic
However, if you do, you get this warning:
No scope. Sanic may not be running with an ASGI server
It seems like if users should be using the built-in Sanic server then this warning should be remove, as it is emitted by ReactPy here:
https://github.com/reactive-python/reactpy/blob/main/src/py/reactpy/reactpy/backend/sanic.py#L167
If users should be using ASGI to serve Sanic, then instructions on how to do that should be provided.
The text was updated successfully, but these errors were encountered:
Closing in favor of #1110
Sorry, something went wrong.
No branches or pull requests
Discussed in #1150
Originally posted by JamesHutchison October 6, 2023
The docs currently recommend running via Sanic directly.
https://reactpy.dev/docs/guides/getting-started/running-reactpy.html#running-with-sanic
However, if you do, you get this warning:
No scope. Sanic may not be running with an ASGI server
It seems like if users should be using the built-in Sanic server then this warning should be remove, as it is emitted by ReactPy here:
https://github.com/reactive-python/reactpy/blob/main/src/py/reactpy/reactpy/backend/sanic.py#L167
If users should be using ASGI to serve Sanic, then instructions on how to do that should be provided.
The text was updated successfully, but these errors were encountered: