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.
Local server vs. Google app engine
Hello, I wrote a Testing Vaadin code and I get different output: (The code is the same):
OUTPUT IN LOCAL SERVER ATTACHED1
OUTPUT IN GOOGLE APP ENGINE ATTACHED2.
Mmicoe Google AppEngine
Code is the same !!!
1. Deploy to AppEngine is fine.
2. AccordionIconsExample is not shown in AppEngine.
What is happening?
All the best,
Mauro M.E
Hi,
This is almost impossible to say w/o code, but: Did you configure the things necessary for GAE? That includes enabling session support in GAE and using the GAEApplicationServlet instead of the standard one.
https://vaadin.com/book/-/page/advanced.gae.html
Best Regards,
Marc
This morning I tested the program in appengine and it works fine !!!!!!!
I have not changed anything.
I tested on another computer and firefox version
Accordion is shown correctly !!!! Appengine-mmicoe
I do not understand it !!!!!
Thank you Marc.
All the best,
Mauro M.E
Hmm.. That's strange... Some things to check:
1. GAE and Vaadin app configured as in the book
2. browser has cookies enabled (or maybe other dev settings enabled/disabled?)
3. clear cache, restart browser, etc - the usual suspects...
Note that number 1 must really be done - even if the application might seem to work, it will eventually fail if you do not do this.
Best Regards,
Marc