anyone, pls?
# orm-help
q
anyone, pls?
m
Please post some more info so it can be reproduced, otherwise its just guesswork 🙂
q
see 5 posts up
I had it working, tried to change some things, doesn't work anymore, revered changes, still the same error, deleted all data, still the same error.
So, graphcool complains about a string with value "null" somewhere in my data, even when I don't have any data...
on another environment, which was synced up to this problem, deployment works fine.
@Moritz what other information can I give or do you need? (what can I try to find out what's wrong?)
m
Start with basic information (what framework/version are you on) and then post the code and the command that is causing the error. Idealy, create a github repository with a reproduction, i.e. instructions how to reproduce the issue
q
Copy code
cat /etc/lsb-release    
DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=18
DISTRIB_CODENAME=sarah
DISTRIB_DESCRIPTION="Linux Mint 18 Sarah"
$ npm view graphcool version
...
0.11.6
code running the problem:
Copy code
graphcool deploy
I'm not sure how to reproduce: no matter what I try to deploy, I'm always get this error on 1 particular environment.
Even when I reset my data.
Well, reproducing is actually easy: everything I run
graphcool deploy
, I get that error.
No matter what I try to deploy.
and there doesn't seem to be a revert command in graphcool, right, @Moritz?