h2oai/wave-apps

Support for Path-Based Routing

mtanco opened this issue · 1 comments

Some Hybrid cloud customers will choose to only install apps which use path-based routing (for security and cost-savings reasons) - this feature will be availabe in App Store 0.14.0 and HAIC 22.01.3. To prepare, we recommend updating your app so that it can be used at these customer accounts.

Requirements:

  • Upgrade to H2O Wave 0.20.0
  • Add the following line to your app.toml [Runtime] section: RoutingMode = "BASE_URL"
  • Test that your app works as expected in cloud-dev which has this feature available

Fixed with:
#101
#102