Is the graph cool console down for everyone or jus...
# prisma-whats-new
d
Is the graph cool console down for everyone or just me?
w
@drwicked I can navigate around in my console
do you have an error in the browser's console?
d
Yeah, when I try to view my data in the console I get
cannot read property 'viewer' of undefined
But is seems like it's peculiar to one project, it seems I can view the data of the sample project without an error
w
I've had that problem before. It was because I had an
Event
model with a reference to a model called
Refund
. Then I created a
refundId
in my
Event
model. But when you create a reference to a model like
Refund
, then it automatically creates a
refundId
, so there was a name conflict
👍 1
n
thanks for your help @wallslide 🙂 @drwicked could you tell me your project id in PM?