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
In the Quick Start Guide the instructions are for development only (pnpm run dev). When trying to create a production build (pnpm build && pnpm preview) I encountered a CORS error (#3199), and after fixing it, 404 error codes (#2528). After spending some time searching through the issues list, I fixed these issues, however, I think it would be useful to add production instructions (add headers, change public path), or at least mentions, to the guide
Describe the bug
In the Quick Start Guide the instructions are for development only (
pnpm run dev
). When trying to create a production build (pnpm build && pnpm preview
) I encountered a CORS error (#3199), and after fixing it, 404 error codes (#2528). After spending some time searching through the issues list, I fixed these issues, however, I think it would be useful to add production instructions (add headers, change public path), or at least mentions, to the guideReproduction
https://module-federation.io/guide/start/quick-start.html
Used Package Manager
pnpm
System Info
Validations
The text was updated successfully, but these errors were encountered: