tychi
Unable to view logs to debug edge function for Deno Fresh + Deno Deploy
Thanks for making Deno, and Deploy, and Fresh. I'm a huge fan.
I'm building a feature to allow user-written scripts to run at the edge. I'm persisting these scripts on my 1998.social domain. This is my edge function that proxies that data to import and execute them.
Visiting this edge function will load this object for the
func
attribute: the proxy-able edge function as a module export. The page errors with "An error occurred during route handling or page rendering."
Looking in the deno deploy dashboard, I'm not able to see any logs to debug. Cloning the repository and running it locally with deno task start
, I am not able to reproduce this issue.
Besides using my own island-style architecture instead of Preact, my approach has been to stay in the same lane as Fresh and Deploy.4 replies