I have an app using an edge function working great locally, however after I deploy it doesn’t look like the function is being used, and I see nothing in the edge function log. Is there an additional step?
Hey @slegay
If the functions are working correctly locally, they should work just the same when deployed to Netlify.
maybe upgrade your netlify-cli to the latest version, that resolved a similar problem for me. I would suggest adding the minimum required version on the Netlify documentation, especially for the beta version feature.