Is anyone else having an issue exporting data from...
# prisma-whats-new
l
Is anyone else having an issue exporting data from a shared cluster. I'm getting
Copy code
Downloading nodes !
 ▸    Cannot read property 'jsonElements' of undefined
which meant the service didn't have data. But mine does. Not sure what's going on.
n
what's your cli version?
l
@nilan it’s 1.2.4
I read a bug report from a previous version that the error occurred when there’s no data. The .env starts the server correctly and playground so I think it’s configured correctly.
n
Yup sounds unexpected. Could you please create a new issue, including your debug output if you don't mind? you need to set the DEBUG env to "*". In fish shell that would be
set -x DEBUG "*"
👍 1