maindconsultingservices
maindconsultingservices
Hi, same for me. Both /custom_generate and /generate endpoints are also throwing the error: { "error": "Error: The input directory \"/var/task/.next/server/bin\" does not exist." } I have tried both BROWSER_HEADLESS=true...
All default, I have changed nothing there: 
I have tested 4 endpoints: - get_limit & generate_lyrics OK - custom_generate & generate KO: { "error": "Error: The input directory \"/var/task/.next/server/bin\" does not exist." }
Thanks for the fixes. I'm not getting that error anymore, but a vercel timeout. I had to change maxDuration to 60 in both src/app/api/custom_generate/route.ts and src/app/api/generate/route.ts because otherwise vercel throws...