-
I don't understand the interactions between the
Both seem to spin up the application API, but when I start the app with the Am I missing a step? Thanks. versions:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I will have a proper answer for you on Monday, but if you would like to investigate on your own, you can check Line 77 in 94cb690 I would also check if your config env variables are set correctly, e.g. H2O_WAVE_ADDRESS (address of the your wave server). Please paste any outputs/errors you get along the way - will speed up my investigation. I agree the deployment docs need some love though. I plan to write detailed instructions for deployments on AWS EC2, Render etc. but didnt have time so far. |
Beta Was this translation helpful? Give feedback.
-
Seems to work fine for me. @tolmanam Could you please paste screenshots of how you run both waved and uvicorn + the outputs you get? Do you set any wave env variables? |
Beta Was this translation helpful? Give feedback.
I will have a proper answer for you on Monday, but if you would like to investigate on your own, you can check
wave/py/h2o_wave/cli.py
Line 77 in 94cb690
I would also check if your config env variables are set correctly, e.g. H2O_WAVE_ADDRESS (address of the your wave server).
Please paste any outputs/errors you get along the way - will speed up my investigation.
I agree the deployment docs need some love though. I plan to write detailed instructions for deployments on AWS EC2, Render etc. but didnt have time so far.