Benjamin Rau

Results 5 comments of Benjamin Rau

Same here - i think its because JsonView adds header to TypoScriptFrontendController in JsonView::L222 instead adding it to response directly. Maybe because TSFE is initiated in eID script of EXT:routing...

Same issue here. Homeassistant was connected via eth0 until today. Stopped working suddenly in Mid of May. (been away some time). Same error: Can't create config and activate eth0: Connection...

Thanks for your reply @tarekoraby - it would be really awesome to see some of our workarounds to make their way into the official Vaadin Testbench implementation. I forked the...

@fjasis I created a pull request which adds a logout example: https://github.com/AliceAndTheBuilders/pro-starter-flow-quarkus/pull/2 And from what i see, is Vaadin on Quarkus not managing any sessions itself, which would require cleanup....

My observations on the issue which is worked around as @ErrorProne mentioned are the following per example: 1. `@BrowserTest` invokes the JUnit MultipleBrowsersExtension which creates an instance of `BrowerTestInfo` to...