Rewrite from app 1 to app 2 can't load layout, page when app 2 using next-intl #352
Unanswered
whistledev0910
asked this question in
Q&A
Replies: 2 comments
-
I'll have to convert this to a discussion as it appears to be a usage question and not a bug report, I hope you understand! |
Beta Was this translation helpful? Give feedback.
0 replies
-
@whistledev0910 @amannn I had the same issue with creating two next.js applications and want to rewrite some path of app1 to app2 such as when I go to thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Description
Hello,
Thank you for this great package!
When I don't use multi-language, my application works perfectly fine. So I'm speculating that I'm having a problem with next-intl. App 1 cannot load resources from app 2 via rewrite in next.config.js. Resource pages are saying cannot be downloaded from _next/static/css/app/[locale]/**/*.[css,js].
Mandatory reproduction URL (CodeSandbox or GitHub repository)
https://github.com/vercel/examples/tree/main/solutions/microfrontends
Reproduction description
Video demo here.
Expected behaviour
Using rewrite to the application that uses next-intl
Beta Was this translation helpful? Give feedback.
All reactions