Open bhaugen opened 7 years ago
I installed the FireFox React dev tools but have no idea how to interpret them. @pospi @ivanminutillo if you want me to post any of the contents from the tool, let me know what.
I did this query in GraphiQL and worked fine. In other words, I don't think the problem is in graphql:
query ($token: String) {
viewer(token: $token) {
agent(id: 6) {
name
agentEconomicEvents {
id
action
start
affectedQuantity {
numericValue
unit {
name
}
}
affects {
resourceClassifiedAs {
name
category
}
trackingIdentifier
}
provider {
id
name
}
receiver {
id
name
}
note
}
agentCommitments {
id
action
plannedStart
committedOn
due
committedQuantity {
numericValue
unit {
name
}
}
provider {
id
name
}
receiver {
id
name
}
note
}
}
}
}
I got logged in, can see list of 2 projects. When clicking on a project to see the details, I see
Loading...
forever, and these messages in the FireFox console: