-
-
Notifications
You must be signed in to change notification settings - Fork 463
External URL rewrites #832
Comments
Yes, I had left it out at the time as when I tried to implement it, there were some issues due to merging the external rewrite's response headers into CloudFront (blacklisted headers from CloudFront). Will try to work on it this week. I think we can use |
i had a few problems myself writting a local
|
Hey @dphang is this on the latest alphas? I tried on |
@patricktyndall It should be in 1.19.0-alpha.20. Not sure why it's not showing up in the GitHub releases page, maybe it failed to create the releases but it does show up in NPM. Anyway, I have also published another version (21) as there are a few dependency updates. |
Is your feature request related to a problem? Please describe.
Next.JS has as part of its core funcationality the ability to rewrite to external URL's.
In my particular example, we have our old servers running on a subdomain, as part of our migration we wish to point our www traffic to the subdomain if the route is not covered by next.js
Describe the solution you'd like
Respect the URL rewrite functionality of Next.JS
Describe alternatives you've considered
Having proxies to Next js, but that is now utililising all the joys of this component
Additional context
Readme hints this is being worked on, but the RFC has been closed #587
The text was updated successfully, but these errors were encountered: