Add new React frontend and disable generic UI access

Hi!,
i’m trying to add a react front end to cuba application and I did it following the documentation, but now i have both front-end and web module.
I’d like to keep only the react login page visible. How i do it?
I’ve tried removing the web module but after that login is not working anymore.

Thanks

Hello @mguarnaccia

Unfortunately it’s not possible to get rid of the web module now, because default REST API is deployed as a part of the web module.

As an option you can develop your own REST API endpoint that will interact with middleware without CUBA web module.

Regards