john_helt
john_helt•7mo ago

I have an application that I'm trying to

I have an application that I'm trying to host somewhere. For whatever reason, the application doesn't work on the remote server, and some UI elements aren't rendering. I'm guessing that there's an unhandled error. But I can't see what this error is anywhere on the server. Is it possible somehow to get error messages routed to the browsers "console.log" ?
4 Replies
Myles Scolnick
Myles Scolnick•7mo ago
we've thought about sending the console logs, but this could leak sensitive information. we could add a setting to allow sending the logs
john_helt
john_heltOP•7mo ago
I guess if the user is aware of this, and if you set an env variable DEBUG or something?
Myles Scolnick
Myles Scolnick•7mo ago
yea that makes sense - can you file a feature request on github? also, do you have access to your remote server? can you look at the logs there?
john_helt
john_heltOP•7mo ago
I dont have access to the server directly, unfortunately, otherwise I would have looked there I will make Feature request 🙂 Thanks for your time!