Hi everyone

If I want to logout, nothing happens.
I have to close the Browser Window and see the following messages in the console
2025-02-11T16:06:59.603+01:00 DEBUG 15764 --- [nio-8080-exec-9] o.a.websocket.DefaultWebSocketProcessor : Delaying closing operation for firefox and resource c4690720-7e9e-45ef-97a9-f25c1b77aa1c
2025-02-11T16:06:59.603+01:00 DEBUG 15764 --- [nio-8080-exec-4] o.a.websocket.DefaultWebSocketProcessor : Delaying closing operation for firefox and resource 266ee828-b1a8-45c1-bef3-54e0d327ffb6
But the application is still running …
It seems everything is started twice ?
2025-02-11T16:05:22.279+01:00 DEBUG 15764 --- [ main] io.jmix.core.impl.JmixMessageSource : Loading properties [messages_en.properties] with encoding 'UTF-8'
2025-02-11T16:05:22.279+01:00 INFO 15764 --- [ main] ag.myself.crm.CRMApplication : Started CRMApplication in 16.296 seconds (process running for 16.675)
2025-02-11T16:05:22.284+01:00 INFO 15764 --- [ main] ag.myself.crm.CRMApplication : Application started at http://localhost:8080
2025-02-11T16:05:22.284+01:00 INFO 15764 --- [ main] c.v.b.d.DevModeHandlerManagerImpl : Application running at http://localhost:8080/
2025-02-11T16:05:23.297+01:00 INFO 15764 --- [nio-8080-exec-3] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2025-02-11T16:05:23.297+01:00 INFO 15764 --- [nio-8080-exec-3] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2025-02-11T16:05:23.297+01:00 INFO 15764 --- [nio-8080-exec-3] o.s.web.servlet.DispatcherServlet : Completed initialization in 0 ms
2025-02-11T16:05:23.329+01:00 INFO 15764 --- [nio-8080-exec-3] i.j.core.impl.FetchPlanRepositoryImpl : Initializing fetch plans
Do you need some more information ?
Best regards
Felix