Is a polyrepo, multi-zone microfrontend possible? #85307
Unanswered
abhion
asked this question in
App Router
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have two nextjs apps in separate repos. I want to create a multi-zone mfe(short for microfrontend).
The post here by Lee Rob says a
basePathis required but the mfe docs saysbasePathis not supported.With my current configs, the host app redirects to non-host app when path matches, but the non-host app gives 404.
Suppose the
routinginmicrofrontends.jsonfor non-host app iswhen I go to
/appfrom host app, I see a 404 in the non-host app sayingGET /app 404 in 28ms. The non-host app doesn't have a page with path/app. It works at just/(with i18n ->/en)Can the host app redirect to just
/instead of/app?Beta Was this translation helpful? Give feedback.
All reactions