Locally edge functions run without error however on both production and preview deploys the edge function crashes however the edge function logs never load.
Locally edge functions run without error: there is an edge function run for the /contact/ path to set a ‘submitted’ cookie and an edge function run for all paths to add that cookie to the edge function context.
hrishikesh, thank you for pointing me to the issue that helped resolve the edge function crash. Importing EleventyEdge from the CDN resolves the edge function crash and deploy failure however form submissions are not being received even though the edge functions run and correctly setting the cookie on form submit and read the cookie on all paths. It may be worth noting that the Edge Function logs are still blank and never load. Prior to the change to the import the edge function for the contact form had successfully submitted the form.