Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP 500: Error in logs says Worker was unable to load function: 'Cannot find module 'uuid'Worker was unable to load function #10156

Closed
charlesanim opened this issue May 13, 2024 · 2 comments

Comments

@charlesanim
Copy link

charlesanim commented May 13, 2024

When i trigger the function i immediately get a http 500 error.
Then I see this below error thats says cannot find module uuid. The function was working fine until May 3, 2024. My hunch is maybe a regression occured at that time?
I'm not sure if I need to update something as my package.json doesn't have a dependency of uuid directly.

"@azure/functions": "^3.5.0",
"@azure/storage-blob": "^12.10.0"

In host.json, i have

"extensionBundle": {
    "id": "Microsoft.Azure.Functions.ExtensionBundle",
    "version": "[4.0.0, 5.0.0)"
}

Result: Failure Exception: Worker was unable to load function reports: 'Cannot find module 'uuid' Require stack: - /home/site/wwwroot/node_modules/@azure/core-http/dist/index.js - /home/site/wwwroot/node_modules/@azure/storage-blob/dist/index.js - /home/site/wwwroot/dist/shared/containerClient.js - /home/site/wwwroot/dist/reports/index.js - /azure-functions-host/workers/node/dist/src/worker-bundle.js - /azure-functions-host/workers/node/dist/src/nodejsWorker.js' Stack: Error: Worker was unable to load function reports: 'Cannot find module 'uuid' Require stack: - /home/site/wwwroot/node_modules/@azure/core-http/dist/index.js - /home/site/wwwroot/node_modules/@azure/storage-blob/dist/index.js - /home/site/wwwroot/dist/shared/containerClient.js - /home/site/wwwroot/dist/reports/index.js - /azure-functions-host/workers/node/dist/src/worker-bundle.js - /azure-functions-host/workers/node/dist/src/nodejsWorker.js' at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15) at Module._load (node:internal/modules/cjs/loader:981:27) at Module.require (node:internal/modules/cjs/loader:1231:19) at Object.apply (/azure-functions-host/workers/node/dist/src/worker-bundle.js:2:51713) at require (node:internal/modules/helpers:177:18) at Object. (/home/site/wwwroot/node_modules/@azure/core-http/dist/index.js:5:12) at Module._compile (node:internal/modules/cjs/loader:1364:14) at Module._extensions..js (node:internal/modules/cjs/loader:1422:10) at Module.load (node:internal/modules/cjs/loader:1203:32) at Module._load (node:internal/modules/cjs/loader:1019:12)

@charlesanim charlesanim changed the title Worker was unable to load function HTTP 500: Error in logs says Worker was unable to load function: 'Cannot find module 'uuid'Worker was unable to load function May 14, 2024
@bhagyshricompany bhagyshricompany self-assigned this May 21, 2024
@bhagyshricompany
Copy link

Thanks for informing please share the all repro steps.

@bhagyshricompany
Copy link

no update getting hence closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants