-
Notifications
You must be signed in to change notification settings - Fork 658
404 endpoint #351
Comments
This route is available on the server running when executing It looks like your Pusher config might be pointed to the incorrect place (it should point to the IP/host + port where |
I've installed this package in my current laravel application (like laravel horizon). Maybe it has to be a totally separate repo ? If it's ok to install it inside my laravel app, then it's listening on localhost, so I think localhost sould not be a 404 because it's pointing to the packages url ? |
No it can certainly be installed in your current app just like Horizon. But just like Horizon you need to run So this package does not add routes to your current app but it add the I think either you are misunderstanding what this package provides and how it works or I am misunderstanding what is going wrong on your end 😄 |
maybe related to this PR? |
Hello,
When running a broadcasting event, running laravel-websokets and laravel horizon, event job failed and I have this kind of url hitting from my php stdout :
php_1 | 172.21.0.6 - - [07/Apr/2020:16:09:59 +0000] "POST /apps/~~~~/events?auth_key=~~~~~&auth_signature=~~~~~&auth_timestamp=1586275799&auth_version=1.0&body_md5=~~~~~~ HTTP/1.1" 404 10558 "-" "-"
I've cleared my route cache, and this url is not available in my route:list.
Is there something I'm missing ?
Thank you
The text was updated successfully, but these errors were encountered: