Anybody getting this error in their graphcool func...
# orm-help
t
Anybody getting this error in their graphcool functions?
Copy code
{
  "error": "Function returned invalid status code: 404. Raw body: {\"code\":404,\"message\":\"unable to resolve jtn to webtask token\",\"req_id\":\"1526472484268.710982\"}"
}
1
f
I'm getting this also!
d
Please redeploy your function.
s
Meaning commenting out, deploy, bringing back, deploy?
d
I think any minor change in the code that would cause a redeploy is sufficient.
f
Thanks @dpetrick that fixed it for me!
d
Sorry for the inconvenience, I’m looking into frequently occurring function issues at the moment.
s
Ah ok. That's much easier. Ty sir!