Open Ashfaqe-oss opened 1 year ago
A 504 timeout error was occurring on the serverless function, as it can only wait for a max of 10sec on hobby tier of vercel.
Then, I switched to edge functions on vercel. Hoping this would solve it with more speed and longer wait times.
But still I am encountering an EDGE TIMEOUT now. I am not sure how to fix it.
Please help, anyone !
Did you find a solution? I had a similar issue with another nextjs app. Ended up hosting on Heroku instead of Vercel.
A 504 timeout error was occurring on the serverless function, as it can only wait for a max of 10sec on hobby tier of vercel.
Then, I switched to edge functions on vercel. Hoping this would solve it with more speed and longer wait times.
But still I am encountering an EDGE TIMEOUT now. I am not sure how to fix it.
Please help, anyone !