Hello, I have build three microfrontend angular application one is running on port 4200 as Shell and other two running as remote on port 4201 and 4202 respectively.
It is working well on ng serve locally and getting response by remote.js files with no issue.
But when i deploy these services on servers and try to access from Shell,
it is throwing cors origin error while accessing remote.js file.
I'm encountering the same issue, works locally, but when deployed to different server I'm getting CORS issues. Have you figured out how to correct this?
Hello, I have build three microfrontend angular application one is running on port 4200 as Shell and other two running as remote on port 4201 and 4202 respectively.
It is working well on ng serve locally and getting response by remote.js files with no issue.
But when i deploy these services on servers and try to access from Shell,
it is throwing cors origin error while accessing remote.js file.
Please let me know how can i fix this issue.
Have you found out the solution for it ?
I'm encountering the same issue, works locally, but when deployed to different server I'm getting CORS issues. Have you figured out how to correct this?
Have anyone figured this out . I am also facing the same issue