mvysny / shepherd

Build & run apps automatically
1 stars 0 forks source link

Hilla app routing doesn't work #15

Closed mvysny closed 1 year ago

mvysny commented 1 year ago

When a Vaadin Hilla app is deployed to Shepherd, its internal routing doesn't work correctly and the text "Unexpected Application Error! 404 Not Found" is always shown. The app works properly when running from a docker container, which leads me to believe that there is some kind of Ingress reverse proxy controller configuration that Hilla hates.

mvysny commented 1 year ago

Opened a bug upstream: https://github.com/vaadin/hilla/issues/899

mvysny commented 1 year ago

Workaround at https://github.com/vaadin/hilla/issues/899#issuecomment-1517412554 works well - when applied to your Hilla app it works properly with Shepherd. Closing as fixed.