Accessing functions via Netlify Dev with --live flag

Is it possible to access the Lambda functions when using netlify dev in live share mode (netlify dev --live)? When I visit a function URL in the browser via a live server (i.e. https://friendly-montalcini-e00a7d-6d42e1.netlify.live/.netlify/functions/hello-world), the browser prints a Not Found message.

Summary of my attempts:

  • netlify dev --live functions do not work
  • netlify dev functions work (i.e via localhost:8888/.netlify/functions/hello-world)
  • netlify deploy functions work (i.e via https://5eba3db7411ae0ad7cd88096--friendly-montalcini-e00a7d.netlify.app/.netlify/functions/hello-world)

Hey @madikarizma,
I believe functions should be accessible via --live. Would you be willing to share your netlify.toml and repo so we could take a look?

In the meantime, here’s an open issue about a bug with --live + functions:

But it does seem like if you’re not trying to persist sessions, your function should work. Here’s that person’s repo if you want to check your structure against that:
https://github.com/1papaya/netlify-dev-lambda-issue