Cannot deploy Vaadin 24.6.6 with Maven

I’m not completely sure it is the cause of the issue, but can you try to unbind the clean-frontend goal from the compile phase?
My suspect is that the clean-frontend execution bound compile phase is creating a Reflector instance that is not aware of compile and runtime dependencies. The reflector is cached and then reused by prepare-frontend and build-frontend, but it is missing project dependencies

1 Like

image
THE GOAT!
Thank you!

Thank you @knoobie as well :+1:

Thank you! I have the same issue :pinched_fingers: