Any way to view pages logs?
I'm trying to debug MailChannels not working and can't get any sort of data to log at all.
I tried returning response objects from the SvelteKit actions and then logging them through "Real-time Logs", but those always return OK even when the status is 500, and they also don't include any of the response data that I try to attach.
Attached below is my latest request. (says OK even though it errors?)
I tried returning response objects from the SvelteKit actions and then logging them through "Real-time Logs", but those always return OK even when the status is 500, and they also don't include any of the response data that I try to attach.
Attached below is my latest request. (says OK even though it errors?)

