DEV Community

Discussion on: Migrating Create-React-App project to Single-SPA

Collapse
 
kyrellous_girgis_8cbd7809 profile image
Kyrellous Girgis

I applied the steps and got Bad request 400 when the browser tries to get manifest.json and favicon

Collapse
 
a11rew profile image
Andrew Glago

You have to handle serving manifest.json and favicons in your root app not the microfrontend. Assets not imported in javascript are not bundled alongside the microfrontend hence the 400 errors.