Hello!
I'm trying to use Tanstack Start as my full stack framework on Cloudflare Workers. Whenever the app throws an error (by a server function) I just see HTTP 500 and nothing else. Observability logs also do not give the details. Where can I see the details about the error similar to what I see in terminal console in local development?
Thanks in advance.