amann
04/28/2017, 7:35 PMfourcolors
04/28/2017, 9:08 PMfourcolors
04/29/2017, 3:50 AMdanielvdm
04/29/2017, 6:26 AMdanielvdm
04/29/2017, 10:09 AMGraphQL error: The provided idToken is invalid. Please see <https://auth0.com/docs/tokens/id_token> for how to obtain a valid idToken
danielvdm
04/29/2017, 10:09 AMtoken
object with a field idToken
but graphql won't accept it 😕danielvdm
04/29/2017, 10:10 AMdmiller
04/29/2017, 6:28 PMchrisvh
04/29/2017, 10:47 PMandrius
04/30/2017, 12:05 AM"code": 3008,
"message": "No CONNECT permissions",
in playground if I run mutation for Everyone, for Admin it's ok
I also get same error in nodejs
In permissions I have allow all for everyone
why could that be like this?chrisvh
04/30/2017, 12:29 AMhuv1k
04/30/2017, 8:58 AMhuv1k
04/30/2017, 9:00 AMsdubois
04/30/2017, 9:09 AMuser
04/30/2017, 10:44 AMartyom
04/30/2017, 1:11 PMapertureless
04/30/2017, 2:16 PMandrius
04/30/2017, 5:34 PMhvillain
04/30/2017, 6:08 PMhuv1k
04/30/2017, 6:10 PMsrhise
04/30/2017, 8:54 PMjv.bianchi
04/30/2017, 10:18 PM{
"data": {
"createAtividade": null
},
"errors": [
{
"locations": [
{
"line": 12,
"column": 3
}
],
"path": [
"createAtividade"
],
"code": 3008,
"message": "Permission Query is invalid. Could not be parsed.",
"requestId": "cj2599tqrhp1k0194az0e89mx"
}
]
}
but it doesn’t say which permission query is the problem.jeffo
04/30/2017, 11:37 PMjoao.santos
05/01/2017, 7:42 AMsigninUser = () => {
const {email, password} = this.state
this.props.signinUser({variables: {email, password}})
.then((response) => {
window.localStorage.setItem('graphcoolToken', response.data.signinUser.token)
this.props.router.replace('/')
}).catch((e) => {
console.error(e)
this.props.router.replace('/')
})
}
}
How do i route to a url, i've already replace this.props.router.replace('/')
to <Redirect push to="/" />
but the page wont reload, I dont want to use window.location.pathname = '/'
artyom
05/01/2017, 8:17 AMtobiast
05/01/2017, 9:03 AMnikolasburk
artyom
05/01/2017, 10:33 AMserle
05/01/2017, 10:35 AMstephen.sugden
05/01/2017, 12:18 PMcreatedAt
/ updatedAt
fields