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
we've thought about sending the console logs, but this could leak sensitive information. we could add a setting to allow sending the logs
I guess if the user is aware of this, and if you set an env variable DEBUG or something?
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?
I dont have access to the server directly, unfortunately, otherwise I would have looked there
I will make Feature request 🙂 Thanks for your time!