Laravel回声广播/身份验证404

时间:2018-10-01 17:46:01

标签: laravel http-status-code-404 echo channel

我的laravel项目有问题。我在上面安装了laravel echo,并且公共频道正常工作,但是当我进入私有频道时,laravel echo服务器上出现404错误。

⚠ [17:59:26] - Xcbtmwm_LTGP7URcAAAL could not be authenticated to private- 
test
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /broadcasting/auth was not found on this server.</p>
<hr>
<address>Apache/2.4.33 (Win32) PHP/5.6.35 Server at localhost Port 80</address>
</body></html>

Client can not be authenticated, got HTTP status 404

我在搜索时发现的所有内容都是取消注释config.app.php中的广播行,但这是在我这边完成的。 有关更多详细信息,您可以在此处下载项目:https://1fichier.com/?70604ukv4tf3b3md3ahe

先谢谢大家

0 个答案:

没有答案