serverless-nextjs / serverless-next.js

⚡ Deploy your Next.js apps on AWS Lambda@Edge via Serverless Components
MIT License
4.48k stars 456 forks source link

Unsupported/partially supported features as of Next.js 10.2.0 #1127

Open jvarho opened 3 years ago

jvarho commented 3 years ago

Here's a list of unsupported features I've gathered so far while working through refactoring:

Most 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.

dphang commented 3 years ago

Static 500 pages should be supported in: https://github.com/serverless-nextjs/serverless-next.js/pull/1135

seifeddinebesbes commented 3 years ago

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

mathvbarone commented 3 years ago

Any plan to support the new has matching soon?

ghost commented 2 years ago

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: