-
Notifications
You must be signed in to change notification settings - Fork 67
Error decoding lambda response #17
Comments
Hey @wei, Great to see you again! You are absolutely right. It has to do with Netlify's newly added support for The short answer to solving this is: update to Does that help? 🙂 |
Thanks! Glad to hear it's fixed in v2. I was in the progress of upgrading but had some issues and ran into the multivariable issue with the existing site : ) I will take a deeper look and open a new issue if I can reproduce it with a sample repo.
Cheers! |
It looks like the issue was caused by an old _next folder in |
Great that it's working now!! 🙌 And good job on figuring out that it was the old Keep me posted on any trouble you encounter! And let me know if you build something awesome that I can feature in the README 😁 Happy hacking!! 🔥 |
hey guys, There is no _next folder in any directory but I'm still getting same error when I try to deploy.
|
@khawarjatoi I was on next v9, and upgrading to |
@adaam2 thanks man. I was also using v9. Upgrading to the same version fixed the issue. |
Related: https://community.netlify.com/t/error-decoding-lambda-response/16348
This issue started happening a couple days ago when netlify made an unannounced breaking change as seen in the ticket above.
The same repo I used in #9 is now broken without any changes.
Repo:
https://github.com/wei/next-on-netlify-demo-wei
Example:
https://relaxed-mirzakhani-568b34.netlify.app/api/debug/12345
https://relaxed-mirzakhani-568b34.netlify.app/api/debug/12345?testqs=1
I wonder if this is something that should be done in next-on-netlify library or on my side. Any help is appreciated! 🙇
The text was updated successfully, but these errors were encountered: