h2oai / wave

Realtime Web Apps and Dashboards for Python and R
https://wave.h2o.ai
Apache License 2.0
3.9k stars 323 forks source link

Raise error if waved cannot find public/private dir #2130

Open mturoci opened 10 months ago

mturoci commented 10 months ago

Is your feature request related to a problem? Please describe

Debugging public/private dir configuration is painful currently, because if the path is not correct, the operation fails silently and waved starts nonetheless.

Describe the solution you'd like

Notify the user about the inaccessible path during waved startup.

kaitlyncliu commented 7 months ago

Hi I would like to work on this!

mturoci commented 7 months ago

Go ahead and good luck then @kaitlyncliu!

kaitlyncliu commented 7 months ago

Hi, just wanted to update that I am working with @92ammarraza on this issue for a class project so he is making the PR!