Laravel API deploy

Hello everyone, recently I wanted to deploy my api made with laravel in vercel, when I do it I get the following error and I have not found any solution

php: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory
Error: Exited with 127
    at ChildProcess.<anonymous> (/vercel/path0/.vercel/builders/node_modules/vercel-php/dist/utils.js:182:24)
    at ChildProcess.emit (node:events:519:28)
    at ChildProcess.emit (node:domain:488:12)
    at ChildProcess._handle.onexit (node:internal/child_process:294:12)
Error: Command "vercel build" exited with 1
Command "vercel build" exited with 1

Any idea how to fix it?

Hi, @kristhdev! Welcome to the Vercel Community.

We’d need more information. Could you share your package.json and vercel.json with us?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.