Error : The number of beans implementing 'I18NProvider' is 0. Cannot use Spring beans for I18N, fall

Both Things are not related

To help you, a bit more context is required

I will show my context

My Repository
image.png

My service
image.png

Controller
image.png

When i use get request on my endPoint
image.png

when i run spring
image.png

@quirky-zebra do u know some about it ?

https://vaadin.com/docs/latest/integrations/spring/configuration#prevent-handling-of-specific-urls

i did not understand what i should do

here is my application.properties
image.png

vaadin.exclude-urls=/your-rest-endpoint/**

your-rest-endpoint i nedd to change to every end point ?

Normally all endpoints are below a common route like /api

i have / categories and /users

i need to put
vaadin.exclude-urls=/* ?

to exclude alls ?

Depends, if you do that Vaadin won’t work anymore :wink:

i use to work with vaadin14