Root application and other mfe's are deployed to s3 bucket
i was able to load the first page("/") of the appli-cation, But if i navigate to other page it throws error not found.
I have used microfrontend-layout to define the single-spa-router
so i am running 'yarn run build' to create my dist folder and upload it in the bucket manually without any yml file/pipeline
i guess the route is not working when deployed
Locally it is working perfectly
is there anything that needs to be added before deployment?
Root application and other mfe's are deployed to s3 bucket i was able to load the first page("/") of the appli-cation, But if i navigate to other page it throws error not found. I have used microfrontend-layout to define the single-spa-router
Microfrontend-layout.html
so i am running 'yarn run build' to create my dist folder and upload it in the bucket manually without any yml file/pipeline i guess the route is not working when deployed
Locally it is working perfectly
is there anything that needs to be added before deployment?
Can anyone help me with this issue?