Samuel

Results 8 comments of Samuel

Hi, is there any progress on this issue? I am still getting the error: `Sentry CLI Plugin: spawn Unknown system error -8` when building the nextjs app in the docker...

> In your `Dockerfile`, try adding > > ``` > RUN npm unininstall --save @sentry/nextjs > RUN npm install --save @sentry/nextjs > ``` > > This works for me as...

@kamilogorek This is the output from the `file` command you suggested. ``` #22 [deps 15/15] RUN file node_modules/@sentry/cli/sentry-cli #22 sha256:4cf4b1d85d4779ee88fec1a6be0b8f9a5cb593fd6ec871aef5664aa7e3a5d389 #22 1.481 node_modules/@sentry/cli/sentry-cli: ELF 64-bit LSB executable, ARM aarch64, version...

> what happens if you remove `node_modules` altogether before spinning up the container? @danielkhan The image building process fails do to the error mentioned above when running ``` RUN yarn...

> What happens if you remove Sentry from your local install and then `docker exec` into the image and run the `yarn install` manually, @samueldusek? @danielkhan Well, I tried to...

I am facing the same issue. 😞 Does anybody has any progress on this? 🙂

Hi, 🙂 Did anybody successfully solved the issue? We are facing the same issue and we really need to solve this. 🙁