Skip to content

Commit 9bfd1be

Browse files
committed
Add a couple more lines to functions node v4 troubleshooting
1 parent d5ee94a commit 9bfd1be

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/azure-functions/functions-node-upgrade-v4.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,3 +364,10 @@ The http request and response types are now a subset of the [fetch standard](htt
364364
If you see the following error, make sure you [set the `EnableWorkerIndexing` flag](#enable-v4-programming-model) and you're using the minimum version of all [requirements](#requirements):
365365
366366
> No job functions found. Try making your job classes and methods public. If you're using binding extensions (e.g. Azure Storage, ServiceBus, Timers, etc.) make sure you've called the registration method for the extension(s) in your startup code (e.g. builder.AddAzureStorage(), builder.AddServiceBus(), builder.AddTimers(), etc.).
367+
368+
If you see the following error, make sure you're using Node.js version 18.x:
369+
370+
> System.Private.CoreLib: Exception while executing function: Functions.httpTrigger1. System.Private.CoreLib: Result: Failure
371+
> Exception: undici_1.Request is not a constructor
372+
373+
For any other issues or feedback, feel free to file an issue on our [GitHub repo](https://github.com/Azure/azure-functions-nodejs-library/issues).

0 commit comments

Comments
 (0)