【发布时间】:2019-03-10 15:43:19
【问题描述】:
我尝试使用 Laravel 上的推送器进行实时通知,41/5000 我已在 env 中输入了应用程序密钥,但出现了这样的错误
{
"type":"WebSocketError",
"error":{
"type":"PusherError",
"data":{
"code":4001,
"message":"App key API_KEY_HERE not in this cluster. Did you forget to specify the cluster?"
}
}
}
有人请帮我谢谢
【问题讨论】: