npx create-next-app@latest next-azure-blobnpm install --save @azure/storage-blob- set
STORAGE_ACCOUNT_NAMEandSTORAGE_ACCOUNT_KEYenvironment variables - Add code to call azure storage
npm installnpm run dev- open http://localhost:3000 and confirm it works.npm run build && next start- open http://localhost:3000 and watch server console.
Expected: works in dev and production modes.
Actual: works in dev, gives a TypeError: Expected signal to be an instanceof AbortSignal error in production mode.
13.4.19: works - npm install --save [email protected] [email protected]
13.5.1: fails - npm install --save [email protected] [email protected]
13.5.2: fails - npm install --save [email protected] [email protected]
13.5.2-canary.2: fails - npm install --save next@canary [email protected] (as of 2023-09-20 18:30 UTC)