Vercel Microfrontends Introduces Missing Configuration Check Feature
Key point
Vercel has introduced a deployment check feature that verifies missing microfrontends.json files to prevent routing errors during deployment.
Details
Vercel prevents production routing errors through the Microfrontends Config Present deployment check feature. This feature blocks deployment if the microfrontends.json file is not included in the deployment output, preventing service disruption.
This feature is applied by default without separate configuration for apps designated as the default app within a Microfrontends group among projects using Vercel Microfrontends. It works alongside existing Native Deployment Checks such as lint or typecheck.
This check mainly operates when manually promoting an older branch without Microfrontends configuration to production. From the next deployment that includes the configuration file, it passes normally. Related behavior can be adjusted in the project's Build and Deployment Settings.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.