scalex93·last commentWhy Vercel triggers 508 INFINITE_LOOP_DETECTED on recursive Nuxt API callsProblem A Nuxt API endpoint performs a long-running task. It begins work, and after 5 minutes, it saves the current state and calls its own HTTP route a second time so a new handler instance can resume work on the saved state. Each handler is guaranteed to run at least 10 seconds. At m
Petar·last commentUnable to use Vercel Queues with NuxtWe have a nuxt project in which we are trying to integrate vercel queues. However, the documentation on the NPM package does not function correctly and does not allow us to deploy the app. Essentially, we get the following errors: 11:41:25.585 Running build in Washington, D.C.,...
Ensmsglu·Nuxt 4.4.2 installation fails with vue-router peer dependency conflict for @vercel/analyticsProblem I'm having trouble installing Speed Insights and Analytics in a nuxt 4.4.2 project due to a dependency conflict. Dependencies { "dependencies": { "@aws-sdk/client-s3": "^3.600.0", "@aws-sdk/s3-request-presigner": "^3.600.0", "@nuxt/eslint": "^1.15.2", "@nux