How to run a flask app using CLI? the example dont work... #172
-
I have the hello world Dash app:
where app is just a Flask app. I cannot figure out how to run it using cli: |
Beta Was this translation helpful? Give feedback.
Answered by
cirospaciari
Jul 13, 2024
Replies: 1 comment
-
Never used dash before but looks like its not detecting it as WSGI or ASGI you can use --interface |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cirospaciari
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Never used dash before but looks like its not detecting it as WSGI or ASGI you can use --interface
see https://docs.socketify.dev/cli.html