<@U9BGL6V0V> are you seeing anything in the networ...
# prisma-whats-new
a
@Taylor are you seeing anything in the network console?
t
I’m not seeing anything in my terminal or my console. Where should I be looking exactly?
h
chrome dev tools network tab
t
It says the fetch request was cancelled. I don’t see any other data. Is there a specific spot I should be looking in?
h
cancelled?
t
Yes, under status it says
(canceled)
I figured it out. I’m dumb. I wasn’t calling
e.preventDefault()
, so the form was submitting and interrupting the GraphQL request.