I'm trying to deploy a Vaadin 13 app on Google App Engine. Of course I added the appengine plugin on pom.xml and appengine-web.xml on WEB-INF.
When I run this code:
mvn appengine:run
it works expected when viewed on localhost:8080
.
However, when I deployed it on Google App Engine:
mvn appengine:deploy
Screens displays as expected, but most components doesn't work and keeps reloading (Please see chatbot tab on http://tricera-chatbot.appspot.com/chatPage)
I created this using HTML + base Vaadin 13 starter as skeleton.
I also tried to deploy the actual Beverage App starter from Vaadin site, and it behaves the same when deployed on App Engine (UI components unusable)