Closed
Description
Is your feature request related to a problem? Please describe.
Currently next-i18next does not support serverless. It appears that the i18n-middleware create some troubles when used on lambda #271
Describe the solution you'd like
Not sure exactly what would be the final solution but:
- Support i18n without needing custom server.
- Support with custom server like express (note I didn't find an official repo for NextJS V8 serverless + express).
Describe alternatives you've considered
None.
Additional context
Open to suggestion for the work/final solution to be done/achieved.