Skip to main content

All Questions

Tagged with
0 votes
0 answers
69 views

Down Soketi docker when notification with wrong syntax

I set up Soketi on docker server and when I sent this pattern of message with postman to soketi disconnect my connection and docker container down! and show this error! ((1006 Abnormal Closure:No ...
dmbehrouz's user avatar
0 votes
1 answer
853 views

Laravel Echo with Soketi Not Broadcasting Events - Configuration Issue?

I want to trigger an event when a user's feed (of articles) is being updated. When the feed is updated, a FeedGenerated event is being broadcasted, and I would like my front-end to catch the event to ...
Gaël Duval's user avatar
1 vote
0 answers
543 views

Laravel Sail/Docker Pusher - Soketi

I running Laravel Sail via Docker and I have been running Soketi container success. On localhost: it can be listen success But when I deploy to server, I got an error like this: WebSocket is closed ...
olaomt's user avatar
  • 56
0 votes
0 answers
295 views

Laravel webscoket with Docker, Dispatch not working

I created containers with Docker app, nginx and websocket The connection work perfect but when I dispatch nothing happen. Client side window.io = io; window.Echo = new Echo({ ...
Ion's user avatar
  • 39
2 votes
1 answer
3k views

Laravel websockets with nginx

I have followed tutorials to configure laravel with websockets using docker, except that my php version is PHP 8.1.9, and laravel 8. My nginx container is a reverse proxy to web_dev container, and ...
Daniel Katz's user avatar
  • 2,379
2 votes
1 answer
429 views

Devilbox (docker) + Laravel Websockets

Trying to get the two to work together. Is there something I'm missing or way to debug why it's not working? Edited .devilbox/nginx.yml as suggested here although trying to contain it to path: wsapp --...
John Magnolia's user avatar
0 votes
1 answer
2k views

Problem when using Docker and Nginx as reverse proxy for Laravel WebSocket

I've set up my Laravel project with docker and docker-compose. I've exposed port 6001, which is the port for running the WebSocket as default, and configured Nginx based on the documentation, but when ...
Mehrab HP's user avatar
0 votes
1 answer
522 views

Websocket not connecting - Docker

I have Laravel running in a Docker environment with the packages mysql,nginx and php-fpm. I use it as an API. I want to add the websocket, the server is started via php artisan websocket:serve using ...
Mohamed Ali Nakouri's user avatar
2 votes
1 answer
2k views

Can't start Laravel web socket in Docker

This is my first time working with docker. I have a laravel websocket site (php + laravel + postgresql) that needs to be put into a container. If I just execute commands (no docker): php artisan serve ...
Ostet's user avatar
  • 305
1 vote
1 answer
654 views

Kubernetes - Add container based on same image for tightly coupled websockets server in the same Pod?

My client has a deployment requiring the following three items: A Laravel app running on PHP Artisan server, port 8080. A websockets server running via the LaravelWebSockets library (built in to ...
Reverse Engineered's user avatar
3 votes
0 answers
12k views

Docker Error: /usr/local/bin/docker-php-entrypoint: exec: line 9: /usr/bin/supervisord: not found

I have docker image websocket.dockerfile like below FROM php:7-cli-alpine RUN apk --update add supervisor RUN rm /var/cache/apk/* && \ mkdir -p /var/www COPY websockets.conf /etc/...
Dhara's user avatar
  • 1,461
4 votes
1 answer
7k views

How to run websockets with docker container start in laravel application

I am new to Docker and WebSockets. I am using docker in my one of the laravel project. I have followed steps from the following link to setup dockerlaravel+docker. Also, I installed WebSockets from ...
Dhara's user avatar
  • 1,461
0 votes
0 answers
877 views

Laravel web socket with pusher does not work

I am trying to use websocket with pusher for live notification. It was working perfect yesterday and suddenly it stopped working WebSocket connection to 'ws://www.domain.com:6001/app/ap1?protocol=7&...
Taimoor Badar's user avatar
16 votes
2 answers
4k views

Using laravel websockets package in docker environment

Use case n° 1: steps installing the package in the same container of the laravel project configuring the pusher settings in .env & boradcasting.php like so PUSHER_APP_ID=123456789 ...
joe_inz's user avatar
  • 1,146
0 votes
1 answer
991 views

Using Laravel Websocker with docker/ docker-compose.yml is not working

I am developing a Laravel application. I am trying to use Laravel Websocket in my application, https://docs.beyondco.de/laravel-websockets. I am using Docker/ docker-compose.yml. Since the Laravel ...
Wai Yan Hein's user avatar
  • 14.4k

15 30 50 per page