I am getting this error when running my Azure function locally on my machine. The function is running fine on my colleagues machine but I am getting the below error:
[2023-08-22T07:44:21.803Z] An unhandled exception has occurred. Host is shutting down. [2023-08-22T07:44:21.805Z] Azure.Storage.Queues: Value cannot be null. (Parameter 'value').
Could you please help me out on how to fix this issue? The function is running perfectly on Cloud as well.
I tried restarting my machine and visual studio but still the error persists.