maindconsultingservices

Results 4 comments of 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: ![image](https://github.com/user-attachments/assets/d9c4ce03-2d43-4c64-8618-fe71eab60bb1)

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...