-
-
Notifications
You must be signed in to change notification settings - Fork 764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS Serverless is crashing when accessing endpoint #271
Comments
This package is not currently compatible with serverless projects. It relies upon a filesystem being present, and an Express middleware. |
@isaachinman React-i18n suggest this package for NextJs. Then what package/solution would you suggest? |
Open to any/all sensible contributions to add serverless support. I'm not aware of any direct alternatives to this package at this time. |
@isaachinman Then shouldn't have a ticket to support serverless to start with? |
Feel free to open one. Please remember that this is an open source project developed in our free time. |
I understand and I didn't make any complain. My comment was just a suggestion, I apologize if you felt otherwise. Thank you for the great work and support. |
Please do open a ticket and we can look into what it would take. |
Describe the bug
AWS serverless is not working with next-i18next.
The deployment works fine.
The code crash when accessing the endpoints:
Occurs in next-i18next version
Error from CloudWatch logs:
Steps to reproduce
The code I used: https://github.com/Nelinelo/nextjs-serverless
And:
Expected behaviour
It should not crash
The text was updated successfully, but these errors were encountered: