Thang Le

Results 18 comments of Thang Le

This causes issue #10163. We should introduce a config value **vaadin.url-exclusion** so all requests forward to this URL will redirect to Spring servlet.

Note: if try as below solution, it works ![image](https://user-images.githubusercontent.com/13396193/180610970-727d6dec-7e71-4764-a8b8-2a2f7e9de67c.png) _so, workaround solution is to add JS file to_ **index.html**

> @letrthang could you please elaborate more on what you want to achieve here? Do you have a JS file called "clientLocation.js" that contains the code to register a listener...

I am using vaadin flow 23, Java 17, Spring boot 2.7.0 and config not work. **Error message:** I think we don't need change vaadin base URL but we need config...

The issue still happens even we change **url-mapping**. It is better to fix on issue #12949

@Frettman it still doesn't work for me. I cannot access restful resource using **postman** and also swagger UI page doesn't show up.

@Frettman i created a test endpoint in vaadin demo project here, swagger still not work. https://github.com/letrthang/vaadin23-flow-pro-components/blob/main/src/main/java/com/example/application/data/endpoint/TestSwaggerImpl.java **result**: Postman to send request also taken control by Vaadin handler:

@tarekoraby @denis-anisimov may i know you have any plan to fix this issue ?

this config now will work with vaadin 23.2.1 ``` vaadin.url-mapping=/web/* springdoc.api-docs.path=/api/api-docs springdoc.swagger-ui.path=/api/swagger-ui.html ``` However I prefer to get same config as Vaadin 14 as below which Vaadin home is root...

> @letrthang I could not find the codes from your screenshots neither in `GridLazyDataView` nor `AbstractLazyDataView`. Also, I couldn't find loading all of the items in the lazy-loading related classes....