We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
I installed php please install:collaboration, set everything up
php please install:collaboration
I've ran php artisan config:cache , but I still see a Attempting websocket connection... message
php artisan config:cache
Attempting websocket connection... message
I see this error message in Pusher Dashboard
Cannot broadcast client event (connection not subscribed to channel presence-entry.xxxxxxx-xxx-xxxx x-0a0b38903058.default)
Dev Tools in the /cp shows a missing file?
broadcasting/auth 404 (Not Found)
I asked about this in Discord https://discord.com/channels/489818810157891584/1252923239307415653
I was advised to install broadcasting manually.
php artisan install:broadcasting
I did, and that fixed it.
However the docs indicate this is done as part of the php please install:collaboration command.
Is there something wrong with the addon, or do the docs need updating?
The text was updated successfully, but these errors were encountered:
Statamic's install:collaboration should be running that command behind the scenes, without you needing to do anything (see here for reference).
install:collaboration
Which version of Laravel are you using?
Sorry, something went wrong.
I thought so too.
Laravel Version: 11.10.0 PHP Version: 8.3.8
Ah, when I ran install:broadcasting I said yes to the 'install node dependencies'. Looks like that's not required.
install:broadcasting
Line 77
'install:broadcasting', '--without-reverb', '--without-node',
Okay, there must be a bug in the command, I'll take a look. Thanks!
duncanmcclean
Successfully merging a pull request may close this issue.
Hi
I installed
php please install:collaboration
, set everything upI've ran
php artisan config:cache
, but I still see aAttempting websocket connection... message
I see this error message in Pusher Dashboard
Dev Tools in the /cp shows a missing file?
I asked about this in Discord
https://discord.com/channels/489818810157891584/1252923239307415653
I was advised to install broadcasting manually.
I did, and that fixed it.
However the docs indicate this is done as part of the
php please install:collaboration
command.Is there something wrong with the addon, or do the docs need updating?
The text was updated successfully, but these errors were encountered: