Quasar deployed on Vercel cloud functions #319
-
Hi there, I am currently working with Quasar (vue) framework and I am trying to deploy it on serverless on Vercel as stated here: https://quasar.dev/quasar-cli/developing-ssr/ssr-production-export#serverless But when I try to test it on local, run Any clue? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi there, |
Beta Was this translation helpful? Give feedback.
Hi there,
Please review the following link that explains this error in more detail:
https://vercel.com/docs/concepts/functions/serverless-functions#execution-timeout
I would suggest checking your function related to this checklist:
https://vercel.com/docs/concepts/functions/serverless-functions#timeout-conditions-checklist
Have you tested your code by running it locally?