Lucas
Lucas
When using the recommended pusher-js client library to connect to your Soketi server and at some point the connection is timed out or closed (by the client it seems), the...
Myself, and I bet a lot of others, only want dark themes during the dark hours. During daytime, light theme is preferred, it would be very convenient for a toggle...
This is my .env ``` APPS_MANAGER_DRIVER=mysql MYSQL_PASSWORD="" MYSQL_DATABASE=soketi ``` This is the output of the start command: ``` database: { redis: { host: '127.0.0.1', port: 6379, password: null, keyPrefix: ''...
 This is my dist dir after a fresh install, version is 5.4.0. The Knex dependency is also missing in the package.json of the npm installed version. What is going...
When trying to access statistics for an app using the api app driver the echo server sends `null` as appKey. I have my echo server running on `http://127.0.0.1:6001` so when...