I’m getting this error:
Oct 10 10:38:25 PM ==> Cloning from https://github.com/DragonOsman/personal-library...
Oct 10 10:38:25 PM ==> Checking out commit 6f18a56dc04f880b3fa41c737c3d5847daa47c71 in branch master
Oct 10 10:38:28 PM ==> Downloading cache...
Oct 10 10:38:40 PM ==> Transferred 35MB in 8s. Extraction took 2s.
Oct 10 10:38:41 PM ==> Using Node version 18.18.1 via environment variable NODE_VERSION
Oct 10 10:38:41 PM ==> Docs on specifying a Node version: https://render.com/docs/node-version
Oct 10 10:38:41 PM ==> Running build command 'npm run install-server'...
Oct 10 10:38:41 PM builder.sh: line 33: 45 Segmentation fault bash -c -- "$USER_BUILD_CMD"
Oct 10 10:38:41 PM ==> Build failed 😞
when I try to push a commit to my connected repository, though I’m only pushing the client part of the code which should only be redeploying the static site. The static site successfully gets redeployed, but the web service fails with a seg fault on the build part.
Here’s a link to the repository.
What do I do to solve this?