I'm trying to run my app using 'appRun' gretty task but i'm having this error : java.net.bindexception cannot assign requested address (bind failed)
I'm using :
- gradle 6.8.3
- Gretty : id("org.gretty") version "3.0.4"
- Vaadin Gradle Plugin: id("com.vaadin") version "20.0.1"
- vaadinVersion = "20.0.1"
Running in production mode:
vaadin {
pnpmEnable = true
productionMode = true
}
Any idea how to fix this? Thanks!