Open jvarho opened 3 years ago
Static 500 pages should be supported in: https://github.com/serverless-nextjs/serverless-next.js/pull/1135
Hi, @dphang @jvarho
I do have a use case for this enhancement "Customer headers, redirects and rewrites are missing the new has matching from 10.2" and here is the issue that i created https://github.com/serverless-nextjs/serverless-next.js/issues/1297
If there any thing, i can add or modify to provide more details, i will be happy to :)
Regards, Seif
Any plan to support the new has matching soon?
First of all, awesome library! I want to implement multi tenancy and I am dependent on middleware in NextJS 12 (best solution) or 'has' and the new rewrite object structure from 10.1. What is the status on:
Here's a list of unsupported features I've gathered so far while working through refactoring:
has
matching from 10.2: https://nextjs.org/blog/next-10-2#header-cookie-and-query-matching-for-rewrites-and-redirectsMost of these I don't personally have a use case for, so have no immediate plans to implement. Static 500 is something I might do.