You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2021. It is now read-only.
just added the vue-cli-plugin to my vue/netlify project
looks like the server gets up and running just fine after running
vue-cli-service serve
but when I hit
http://localhost:8080/.netlify/functions/hello
, it's not returning anything.finding the issue to be returning anything from an async handler, like this example
seems like this should be supported, given that it's part of the netlify lambda spec
in the meantime, the callback API is working for so I'll use that but just wanted to put it out there!
thanks :)
The text was updated successfully, but these errors were encountered: