You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you provide some guidance on the following situation? My MFE builds and runs just fine with our CDN, but something about the localhost developer experience is broken. I'm sure it's a misconfiguration, but I can't see it.
Is there a specific configuration needed to serve the language files. Apologies if this is the wrong repository, happy to re-post in the correct place.
My javascript artifacts and json artifacts built successfully into the repo's dist folder.
> ls dist/mytest-mfe/remoteEntry*
dist/mytest-mfe/remoteEntry.js
dist/mytest-mfe/remoteEntry.js.map
> ls dist/mytest-mfe/assets/i18n/en.json
en.json
Moreover, I can successfully can curl 200 for the javascript remoteEntry.js
Can you provide some guidance on the following situation? My MFE builds and runs just fine with our CDN, but something about the localhost developer experience is broken. I'm sure it's a misconfiguration, but I can't see it.
Is there a specific configuration needed to serve the language files. Apologies if this is the wrong repository, happy to re-post in the correct place.
My javascript artifacts and json artifacts built successfully into the repo's
dist
folder.Moreover, I can successfully can curl 200 for the javascript remoteEntry.js
However, I cannot curl the langauge
en.json
file.The text was updated successfully, but these errors were encountered: