Hello,
I have a Next.js app deployed on Netlify.
After the user has checked out, I send email of confirmation with some logic (taking some time) in my getServerSideProps() → Unfortunately it takes around 12s (sometime less than 10s) to execute causing the famous timeout of functions after 10.1s.
Is it possible to increase the timeout limit to the maximum possible (for instance 26s) for my site in production (branch main) ? It would be great
The website is : findmystuff.io
Thanks,
Singh Amanpreet