Why Vercel triggers 508 INFINITE_LOOP_DETECTED on recursive Nuxt API calls
Problem 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