'Serverless offline is Unable to determine function entry point
I've been using serverless framework with azure functions. But when I try to run serverless offline, functions are not working and gives an error. It was running before but all of sudden it stops working. Here is the error I'm getting.
Exception: Worker was unable to load function taskviaProjectIDandtaskname: 'Error: Unable to determine function entry point: taskviaProjectIDandtaskname. If multiple functions are exported, you must indicate the entry point, either by naming it 'run' or 'index', or by naming it explicitly via the 'entryPoint' metadata property.' Stack: Error: Unable to determine function entry point: gettaskviaProjectIDandtaskname. If multiple functions are exported, you must indicate the entry point, either by naming it 'run' or 'index', or by naming it explicitly via the 'entryPoint' metadata property.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
