@emedvedev I was trying to register on the demo Slack (so that maybe we can chat in real time :P) but I get this and nothing happens
TypeError: res.body is undefined client.js:55:11
invite https://slackin-extended.emedvedev.now.sh/assets/client.js:55
callback https://slackin-extended.emedvedev.now.sh/assets/superagent.js:1723
Request https://slackin-extended.emedvedev.now.sh/assets/superagent.js:1548
emit https://slackin-extended.emedvedev.now.sh/assets/superagent.js:1080
onreadystatechange https://slackin-extended.emedvedev.now.sh/assets/superagent.js:1817
I believe it's an issue with the deployment, but regardless... The POST response seems to be
{"msg":"not_allowed_token_type"}
So, I guess we need to tweak the client JS too so that we catch this properly. Not sure if it worked before with the old superagent client version or if it's a new regression from #59.
Might be worth just switching to XHR sooner than later while at it, assuming it worked before #59.
@emedvedev I was trying to register on the demo Slack (so that maybe we can chat in real time :P) but I get this and nothing happens
I believe it's an issue with the deployment, but regardless... The POST response seems to be
So, I guess we need to tweak the client JS too so that we catch this properly. Not sure if it worked before with the old superagent client version or if it's a new regression from #59.
Might be worth just switching to XHR sooner than later while at it, assuming it worked before #59.