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

THE GOAT!
Thank you!
Thank you @knoobie as well ![]()
Thank you! I have the same issue ![]()