Server Actions: Why are there no timeout errors in nextjs server actions #63590
Unanswered
maimunahmed2
asked this question in
Help
Replies: 1 comment
-
Bump. It's pretty bad. I don't understand why Vercel does not show server action names. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am building a nextjs application that downloads a file into the server and saves it into firebase cloud storage. Initially I made an api that will do all this stuff which worked when in development but gave a timeout error when deployed to the vercel and ran in production.
But as I modified the code into a server action, there were no timeout errors both in deployment and production. I even tried downloading very big files but still there were no timeouts. Not sure why this is happening. Do you guys have any idea?
Edit: Fixed small typos ;)
Beta Was this translation helpful? Give feedback.
All reactions