My issue is similar to: Function timeouts - Help - Vercel Community
I have a next js app hosted on vercel with the database provided by Turso. This was working fine until July 25th 2024. After that point on pages with any but the smallest queries I get 'Vercel Runtime Timeout Error: Task timed out after 10 seconds'. I tried redeploying earlier deployment that worked and they would get the same error, but accessing the earlier deployments themselves don't have the timeout issue.
This kinda killed the app so I switched to Netlify and didn't experience the issue there, and the pages are not taking anywhere close to 10 seconds to fully load, so I would assume the queries are all executing lower than that limit as well. I would like to fix the issue on Vercel though or understand what the limitations are.
Any help is appreciated!
