Replies: 1 comment 1 reply
-
Hmm on vercel the execution limit is also 10 seconds for the free plan and it works for me. Maybe you can try some things:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I deployed my nextjs + nextauth app in netlify but because of the 10s execution limit, logging via social accounts is not possible. Everytime, 'function execution time exceeded' error is thrown after redirect.
Is there way to solve this?
Note:
The nextjs-netlify plugin converts any api route that ends with "-background" to a background function and it will have 15m execution time.
Beta Was this translation helpful? Give feedback.
All reactions