Hi,
I’m hosting a background worker for my discord.js bot. It has been working fine for a few days. Today I tried to rebuild it and got these logs with an error:
Aug 9 10:44:19 PM ==> Cloning from https://github.com/e120391sd/bbb...
Aug 9 10:44:20 PM ==> Checking out commit 16e2da1a91e67f51c15020724ddc710ff31ee31f in branch main
Aug 9 10:44:22 PM ==> Downloading cache...
Aug 9 10:44:31 PM ==> Transferred 14MB in 7s. Extraction took 0s.
Aug 9 10:44:32 PM ==> Using Node version 18.17.1 via /opt/render/project/src/.node-version
Aug 9 10:44:32 PM ==> Docs on specifying a Node version: https://render.com/docs/node-version
Aug 9 10:44:32 PM ==> Running build command 'yarn'...
Aug 9 10:44:32 PM builder.sh: line 33: 46 Segmentation fault bash -c -- "$USER_BUILD_CMD"
Aug 9 10:44:32 PM ==> Build failed 😞
Not sure how to handle this. And I tried to revert to an older version but this doesn’t fix the issue.