Im building a static page in nuxtjs. I added the module and set it up according to the instructions in the documentation. (static with self hosted images)
When i run npm run dev the project compiles but then the development server exists without any errors.
When I deploy it to the server through github actions the action breaks and exits on nuxt generate with the exit code: /home/githubaction/actions-runner/workspace/_temp/eb47b4c6-6c0d-42cc-[9](https://github.com/xxx/xxxxxx/runs/6722739489?check_suite_focus=true#step:9:10)019-dca85b061dda.sh: line 1: 17085 Segmentation fault npm run generate Error: Process completed with exit code 139.
Hi @pi0,
Im building a
static
page in nuxtjs. I added the module and set it up according to the instructions in the documentation. (static with self hosted images)When i run
npm run dev
the project compiles but then the development server exists without any errors.When I deploy it to the server through github actions the action breaks and exits on
nuxt generate
with the exit code:/home/githubaction/actions-runner/workspace/_temp/eb47b4c6-6c0d-42cc-[9](https://github.com/xxx/xxxxxx/runs/6722739489?check_suite_focus=true#step:9:10)019-dca85b061dda.sh: line 1: 17085 Segmentation fault npm run generate Error: Process completed with exit code 139.
Any idea why is that?