Home

Debugging Edge Functions

You can debug your deployed Edge Functions using the "Functions" section of the Dashboard. There are two debugging tools available:

  • Invocations: shows the Request and Response for each execution.
  • Logs: shows any platform events, including deployments and errors.

Function invocations.

When developing locally you will see error messages and console log statements printed to your local terminal window.