Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Servint Jelastic instances used for add-on demos down
Hey guys,
it seems, that all servint jelastic instances which were used for add-on demos are down.
When I login to the servint dashboard, it says my account was destroyed and I should upgrade my vaadin trial account, which will not be free anymore. Will there be an alternative for hosting an add-on demo?
BR
Florian
Unfortunately, Jelastic finished the agreement and I'm not aware of any plans to continue this. You could try with a provider that offers a free tier. For example, Heroku or Amazon Web Services.
For those having the same issue, I managed to deploy my demo to heroku with ease:
- sign up to heroku
- create App
- install heroku cli
- deploy war-file with cli (https://devcenter.heroku.com/articles/war-deployment)