There is any kind of limit to send a large response using a NodeJS runtime? I’m getting an error, like response ends after donwload always around 1.2mb only. The implementation is below:
There is no error, the response has a 200 status code, normal. The issue is that I know that the source has more than 10mb to be fetched and I got only 1.2mb. I’m wondering if there is a kind of default timeout from the Vercel side or I need to implement the headers correctly. I don’t know