Matt Kane
Matt Kane
For frameworks plugins we've been matching the minimum versions in the frameworks themselves. Last time I checked, Next.js still supports 12, but hopefully that will change soon. Gatsby moved to...
Hi, Can you include more of the build logs please, particularly the messages from the earlier stages?
@nikhil-toobler it's the holidays here. I'll get on it when I'm back at work next week
Hi @nikhil-toobler, This seems to be related to the large number of ISR pages, though a large part of it is because of libvips being included. I'm not sure why...
@gtwebsite the 50MB limit is from AWS, not us. It's a hard limit for Lambdas, and applies to Vercel too. You're probably avoiding it there because of a particular case...
In most cases, if you have `getStaticPaths` _without_ revalidate then you will avoid this issue, because the prerendered pages can be offloaded to the CDN. This isn't possible though with...
@BenMcGrath1 Function logs would be very useful, thanks
Hi @hu0p Pages pre-rendered at build time will take priority over those rewrites (hance force= false), so the ODB handler will only be hit for pages that haven't been rendered....
> Thanks for recognizing our concerns. That's a big part of it, but it also leads to negative SEO consequences. 500 errors are logged in GSC as errors that can...
Sorry, to be clear I meant it's a bug in the plugin not in your code. I'm going to deal with some other fixes today and then see if I...