joschan21 / bookbuddy

A Helpful Customer Support Chatbot using GPT-4
268 stars 68 forks source link

Timeout error upon vercel deployment ! #3

Open Ashfaqe-oss opened 1 year ago

Ashfaqe-oss commented 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 !

AkbarBakhshi commented 10 months ago

Did you find a solution? I had a similar issue with another nextjs app. Ended up hosting on Heroku instead of Vercel.