node/getstream:用户创建失败:client.user(uid).create() => 500

node/getstream: user creation fails: client.user(uid).create() => 500

版本:

我正在试验 documentation 中描述的用户创建。 但是,创建用户 client.user(userId).create({type: 'normal'}) 总是失败并返回 500。类似于 Github issue 232.

错误信息:{"detail":"","status_code":500,"code":-1,"exception":"InternalServerException","duration":"0.51ms"} with HTTP status code 500

有人知道可能出了什么问题吗?

仅供参考:

更新

这些尝试后出现同样的错误:

就"closing"这一个。正如@ferhat-elmas 在评论中提到的,这是在询问区域 tokyo 不支持的问题时。我现在刚刚从区域 tokyo 测试了这个,并且用户的创建(以及反应)按照记录工作。