Flows - Local development

Hi @Ninjeneer,

Welcome to the Auth0 Community!

Actions run in a cloud container. Any outgoing request from Actions to your local machine will need to reach your local server over the public internet, you would have to forward the request through your network.

This would be similar to if you were working on a serverless function and wanted it to reach any local machine.

Hope this helps!