Results 3 comments of BINTANG DEVELOPER

Had the same problem as mine, but still no solution.

Have you tried re-deploy it without the build cache? That worked for me.

This is my configuration in `vercel.json` for laravel 11, this might help. ```JSON { "version": 2, "framework": null, "functions": { "api/*.php": { "runtime": "[email protected]" } }, "routes": [ { "src":...