INTERNAL_MICROFRONTENDS_MIDDLEWARE_ERROR
The microfrontend middleware returned an invalid application.The INTERNAL_MICROFRONTENDS_MIDDLEWARE_ERROR
error occurs when the middleware returned a header x-vercel-mfe-zone
with an invalid value. The value must be a name of an application from microfrontends.json
.
To troubleshoot this error, follow these steps:
- If you are setting the header, ensure that the value is a valid application name.
- If you are not setting the header, this is an error caused by the @vercel/microfrontends package. Please open an issue and include the error message.
Last updated on March 24, 2025
Was this helpful?