You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Vaadin24/SpringBoot applications we develop make use of SSL/https ans OIDC/OAuth2 so even on our development machines. If I understood Tatu in expert chat correctly, the Vaadin dev tools as Vaadin Copilot, live reload etc. just work, when the app runs on http://loclahost... URL. We have different urls even in dev mode like these: https://machinename.intern.company.com:8443/appname
Describe your motivation
The Vaadin24/SpringBoot applications we develop make use of SSL/https ans OIDC/OAuth2 so even on our development machines. If I understood Tatu in expert chat correctly, the Vaadin dev tools as Vaadin Copilot, live reload etc. just work, when the app runs on http://loclahost... URL. We have different urls even in dev mode like these: https://machinename.intern.company.com:8443/appname
Describe the solution you'd like
We would like to configure/customize the url for the dev mode via a property or similar.
application-dev.yaml
vaadin:
dev-url: https://mymachine.intern.mycompany.com:8443/myapp
Describe alternatives you've considered
Our current workcaround ist to disable https and out als long as we want to use the dev tool.
Additional context
Enterprise development environmelt...
The text was updated successfully, but these errors were encountered: