You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the nice project.
When I try to open it on two tabs on normal and one on private mode I get the exception:
"status":500,"error":"Internal Server Error","exception":"com.vaadin.server.ServiceException","message":"org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoView': Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cannot remove from parent when the session is not locked. Furthermore, there is another locked session, indicating that the component might be about to be moved from one session to another.","path":"/"
Do you know what might be the cause ?
The text was updated successfully, but these errors were encountered:
Thank you for the nice project.
When I try to open it on two tabs on normal and one on private mode I get the exception:
"status":500,"error":"Internal Server Error","exception":"com.vaadin.server.ServiceException","message":"org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoView': Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cannot remove from parent when the session is not locked. Furthermore, there is another locked session, indicating that the component might be about to be moved from one session to another.","path":"/"
Do you know what might be the cause ?
The text was updated successfully, but these errors were encountered: