CORS error : AllowOriginMismatch

Hi Team,
I am developing micro frontend angular application. I have application A that has internal navigation to App B. Both the applications are working fine with Auth0 independently and also without Auth0 configuration. But when i am going to app B from A i am getting error
Access to script at ‘xyz/authorize?response_type=code&scope=openid+profile+email+offline_access&client_id=mA…’ (redirected from ‘http://10.3.32.210:8010/remoteEntry.js’) from origin ‘http://10.3.32.210:8002’ has been blocked by CORS policy: The ‘Access-Control-Allow-Origin’ header has a value ‘http://10.3.32.210:8002’ that is not equal to the supplied origin.