single-spa / single-spa-playground

A website that helps you set up single-spa
http://single-spa-playground.org
MIT License
39 stars 10 forks source link

http://localhost:9000/assets/i18n/en.json giving 404 in Angular Single SPA app #48

Closed rajiv687 closed 2 years ago

rajiv687 commented 2 years ago

Hi , I have create MFE and integrated inside single spa however getting 404 error Request URL: http://localhost:9000/assets/i18n/en.json Request Method: GET Status Code: 404 Not Found Remote Address: [::1]:9000 Referrer Policy: strict-origin-when-cross-origin image

:

FYI :I installed all libraries related i18n inside single spa . Same application running fine when I run simply on Angular app. Kindly let me know where I am wrong on priority .

filoxo commented 2 years ago

Relative URLs are relative to the origin document and not to the javascript asset that requested it. Please review the single-spa-angular documentation for additional information: https://single-spa.js.org/docs/ecosystem-angular#angular-assets