Matti Tahvonen
Matti Tahvonen
What?! Is there some bean scope issue in the example 🤔
Did you configure the Google OAuth to the example or something else?
IIRC the logout in this example just trashes the session bean. So if one goes via some redirects through google oidc server, the next login can happen "unexpectedly", if google...
Hi, I think there is something odd in the PR, it just shows Invoicer and Product entities added.
As the plan is to re-adjust the modules, I don't see why we **want to** break all existing Spring Boot based apps. At least with current alpha releases, they all...
I think this should have already be done properly for 24.4. Many Vaadin projects now look quite weird if one looks into their build files. Don't know why next major...
My quick guess is that the ingress/loadbalancer in your K8s clusters needs to be configured for session affinity aka sticky sessions. This is what start.vaadin.com generates for Spring Boot apps,...
No need to create a separate issue, the team can move the issue to Flow repository if they find some issue to work with from here. I still believe this...
Here is the output with curl. With properly working setup, the second request shouldn't set the cookie anymore: ``` mstahv@MatinPikkuRakkine ~ % curl --head https://vaadin-quarkus-cernier.cloud.okteto.net HTTP/2 200 date: Fri, 18...