Hi,
Does anyone have this problem before?
I build a springboot+vaadin and diploy it on droplet.
I get this error message.
java.lang.UnsupportedOperationException: Unexpected message id from the client. Expected sync id: 1, got 2.
Suspect is sticky-session is not set. But i know that sticky-session is related with loadbalancer meanwhile my apps is just a single app with a public ip.
Just in case you have faced the same problem before.
I also post this question in vaadin forum.
many thanks. sLawalata
Vaadin 24.4.6 + vaadin LoginForm. JDK amazoncorretto:21.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Heya,
I’ve not had such issues in the past however can you share if those are the only relevant messages in the logs? Examine your server logs for any other related errors or warnings that might give more context to the issue.