lolbet
11/08/2017, 4:13 PM.catch(e => {return { errors: e }}
at the end, but this doesn't show any errors. I just got { data: { myFunction: null } }
.
I can't make console.log
statements, because I can't see it. Docker container with Graphcool server gave me error from daemon in stream: Error grabbing logs: invalid character '\x00' looking for beginning of value
What is the way to catch and see errors? I can't code without debuggingnilan
11/08/2017, 5:15 PM.catch(e => {console.log(e) return { error: 'Error' }}
insteadlolbet
11/08/2017, 5:29 PMconsole.log
as I haven't access to server logs. Docker container has an error from deamon
nilan
11/08/2017, 5:30 PM