Hello, Does this support Vaadin 23 with Java 17? This code snippet is not

Hello,
Does this support Vaadin 23 with Java 17?

This code snippet is not working for me

	ZXingVaadinReader zXingVaadin = new ZXingVaadinReader();
	zXingVaadin.setFrom(Constants.From.camera);
	zXingVaadin.setId("video"); //id needs to be 'video' if From.camera.
	zXingVaadin.setWidth("350");
	zXingVaadin.setStyle("border : 1px solid gray");
	add(zXingVaadin);

It should work, may I have a look at your logs both back end and browser? Cheers, Ryan

Hey Ryan
I managed to fix the problem, it was a local config error. Thanks for taking the time to reply!

Hello, how did you manage to fix this?

Hi Ferre! What config error was that? I am having the same problem on vaadin23, how did you fix it? Please help…