During debug of Vaadin 23 application with @Push(transport = Transport.WEBSOCKET_XHR)
enabled I see many messages like the following:
2022-11-15 21:53:10.826 DEBUG 23532 --- [ task-8] c.v.flow.component.internal.UIInternals : Fallback chunk is not available, skipping fallback dependencies load
2022-11-15 21:53:10.826 DEBUG 23532 --- [ task-8] c.v.flow.component.internal.UIInternals : Fallback chunk is not available, skipping fallback dependencies load
2022-11-15 21:53:10.826 DEBUG 23532 --- [ task-8] c.v.flow.component.internal.UIInternals : Fallback chunk is not available, skipping fallback dependencies load
2022-11-15 21:53:10.826 DEBUG 23532 --- [ task-8] c.v.flow.component.internal.UIInternals : Fallback chunk is not available, skipping fallback dependencies load
What does it mean ? Is this normal system operation or do these messages indicate that there is something wrong with my application?