github-readme-streak-stats icon indicating copy to clipboard operation
github-readme-streak-stats copied to clipboard

Unable to deploy on Vercel

Open noahnightmare opened this issue 1 year ago • 6 comments

Describe the bug Project unable to be deployed on Vercel, with error below.

To Reproduce Attempt to deploy it on vercel.

php: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory

17:30:56.046 | Error: Exited with 127 17:30:56.046 | at ChildProcess. (/vercel/path0/.vercel/builders/node_modules/vercel-php/dist/utils.js:182:24) 17:30:56.046 | at ChildProcess.emit (node:events:518:28) 17:30:56.046 | at ChildProcess.emit (node:domain:488:12) 17:30:56.046 | at ChildProcess._handle.onexit (node:internal/child_process:294:12) 17:30:56.088 | Error: Command "vercel build" exited with 1 17:30:56.171 | Command "vercel build" exited with 1

I've tried multiple times using multiple different repos and tokens however I keep getting the same problem. Am I missing something?

noahnightmare avatar Mar 29 '24 17:03 noahnightmare

same

fivaz avatar Mar 31 '24 17:03 fivaz

same here

johkker avatar Apr 02 '24 20:04 johkker

same

ibrahim11elian avatar Apr 09 '24 01:04 ibrahim11elian

same

mrdandelion6 avatar Apr 26 '24 08:04 mrdandelion6

same

Mquiuqui avatar May 09 '24 19:05 Mquiuqui

In the vercel project settings, change the node version to 18.x from the default of 20.x

Machine-Maker avatar May 20 '24 05:05 Machine-Maker

Should be fixed for future deployments

DenverCoder1 avatar May 22 '24 08:05 DenverCoder1