martin
03/22/2017, 8:35 PMMutation Callbacks
. Anyone else?martin
03/22/2017, 8:36 PMmartin
03/22/2017, 8:38 PMmartin
03/22/2017, 8:40 PMModel
can cause this error. Reloading page doesn’t seem to fix it, but navigating away and back to Mutation Callbacks
seems to fix it.sorenbs
martin
03/22/2017, 9:12 PMnilan
03/22/2017, 9:24 PMnilan
03/22/2017, 9:27 PMmartin
03/22/2017, 10:45 PMMutation Callbacks
, they all didn’t work and I just clicked one after another and eventually they worked again. Bizarre.martin
03/22/2017, 10:46 PMNODE_ENV='development'
is creating this.
You are currently using minified code outside of NODE_ENV === 'production'. This means that you are running a slower development build of Redux. You can use loose-envify (<https://github.com/zertosh/loose-envify>) for browserify or DefinePlugin for webpack (<http://stackoverflow.com/questions/30030031>) to ensure you have the correct code for your production build.
martin
03/22/2017, 10:47 PMwarning
Server request for query `ActionBoxes_ActionRelayQL` failed for the following reasons:
1. Can't find appropriate subtype for field at path node (line 1, column 45):
query ActionBoxes_ActionRelayQL($id_0:ID!) {node(id:$id_0) {id,__typename,...F0}} fragment F0 on Action {id,description,triggerType,handlerType,triggerMutationModel {model {id,name},mutationType,fragment,id},handlerWebhook {url,id}}
^
RelayQL($id_0:ID!) {node(id:$id_0) {id,__typename,...F0}} fr
^^^
nilan
03/22/2017, 10:48 PMsorenbs