Azure / static-web-apps

Azure Static Web Apps. For bugs and feature requests, please create an issue in this repo. For community discussions, latest updates, kindly refer to the Discussions Tab. To know what's new in Static Web Apps, visit https://aka.ms/swa/ThisMonth
https://aka.ms/swa
MIT License
325 stars 56 forks source link

Deployment from Bitbucket results in a timeout during the npm install step for a Nuxt3 project. #1434

Closed teru-nakajima closed 6 months ago

teru-nakajima commented 6 months ago

hello

Describe the bug

Deployment from Bitbucket results in a timeout during the npm install step for a Nuxt3 project.

To Reproduce Steps to reproduce the behavior:

  1. deploy from Bitbucket
  2. timeout on npm install

image

script:
  - chown -R 165536:165536 $BITBUCKET_CLONE_DIR
  - pipe: microsoft/azure-static-web-apps-deploy:main
    variables:
      APP_LOCATION: "$BITBUCKET_CLONE_DIR/"
      API_LOCATION: ""
      APP_BUILD_COMMAND: "npm run generate"
      OUTPUT_LOCATION: "$BITBUCKET_CLONE_DIR/.output/public"
      API_TOKEN: $deployment_token

Additional context

Deployments were successful until March 14th, 2024. When successful, deployments typically take between 3 and 4 minutes. Currently, after the npm install step, 16 minutes elapse, resulting in a timeout.

teru-nakajima commented 6 months ago

We ran the pipeline today and were successful.