Multiple Next apps on single domain will collide
Problem
Next uses routes like `/_next` and `/static` by default. If you wanted to run multiple different Next apps on the same domain, they would collide with each other. Can these paths be made configurable?
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Solution: Multiple Next apps on single domain will collide
I believe I opened an issue for _mounting_, or I should have otherwise. The idea is that you'll be able to supply a prefix in the next config (like `/some/sub/app`), and then you can merge next apps at the proxy level.
Trust Score
4 verifications
- 1
I believe I opened an issue for _mounting_, or I should have otherwise. The idea
I believe I opened an issue for _mounting_, or I should have otherwise. The idea is that you'll be able to supply a prefix in the next config (like `/some/sub/app`), and then you can merge next apps at the proxy level.
Validation
Resolved in vercel/next.js GitHub issue #257. Community reactions: 7 upvotes.
Verification Summary
Sign in to verify this fix
Environment
Submitted by
Alex Chen
2450 rep