Laravel-Echo-Example icon indicating copy to clipboard operation
Laravel-Echo-Example copied to clipboard

Client can not be authenticated, got HTTP status 404

Open connecteev opened this issue 6 years ago • 0 comments

AFter going through all the installation steps in the README, I go to localhost:8000, register (twice in 2 browsers, chrome and firefox), and once I am logged in, click on the "Say Hi" button. This is what I see in the console (and nothing else)...

[4:16:32 AM] - Preparing authentication request to: http://localhost
[4:16:32 AM] - Sending auth request to: http://localhost/broadcasting/auth

âš  [4:16:32 AM] - 93w3tiTUd_QiJUdTAAAE could not be authenticated to presence-everywhere
<html>
    <head>
        <title>Valet - Not Found</title>

        <style>
            body {
                font-family: monospace;
            }
        </style>
    </head>
    <body>
        404 - Not Found
    </body>
</html>

Client can not be authenticated, got HTTP status 404
âš  [4:16:32 AM] - 93w3tiTUd_QiJUdTAAAE could not be authenticated to private-chat.1
<html>
    <head>
        <title>Valet - Not Found</title>

        <style>
            body {
                font-family: monospace;
            }
        </style>
    </head>
    <body>
        404 - Not Found
    </body>
</html>

Client can not be authenticated, got HTTP status 404


connecteev avatar Oct 03 '19 11:10 connecteev