Vue-cli-plugin-netlify-lambda Proxy Error when running async functions locally

hi,

i use vue-cli-plugins-netlify-lambda to run netlify functions locally.

i got below error message when running async functions, the same code is working in Production.

Proxy error: Could not proxy request /hello_async from localhost:8080 to http://localhost:9000.
See Errors | Node.js v19.5.0 Documentation for more information (ECONNRESET).

how to fix this ?

apparently somebody has reported this too:

thanks in advance.

Hi,

My recommendation is that you add your voice to the existing issue with your own reproduction steps so that our devs, and others will see it there. It’s better to track issues directly in the repo for the project where it’ll be seen by interested parties. In the meantime, I know work is being done to better support vue cli but I don’t know of any fixes for the issue you mentioned.