Cannot find module ‘remoteApp/App’ in CRACO MFE App
I am trying to make a micro frontend react app. First I generate two apps with create-react-app. Then override the configurations using CRACO to work as host and remote app. When I tried to access the remote app, I have below error. Any ideas to resolve this issue?