$ php flarum info
Flarum core 0.1.0-beta.14.1
PHP version: 7.4.12
Loaded extensions: Core, date, libxml, openssl, pcre, sqlite3, zlib, bcmath, calendar, ctype, curl, dom, hash, fileinfo, filter, ftp, gd, gettext, SPL, iconv, intl, json, mbstring, session, standard, mysqlnd, PDO, pdo_mysql, pdo_sqlite, Phar, posix, Reflection, mysqli, SimpleXML, soap, sockets, sodium, exif, tokenizer, xml, xmlreader, xmlwriter, xsl, zip, imagick, ionCube Loader
+-------------------------------+------------------+------------------------------------------+
| Flarum Extensions | | |
+-------------------------------+------------------+------------------------------------------+
| ID | Version | Commit |
+-------------------------------+------------------+------------------------------------------+
| flarum-approval | v0.1.0-beta.14 | |
| flarum-emoji | v0.1.0-beta.14 | |
| flarum-lang-english | v0.1.0-beta.14.1 | |
| flarum-flags | v0.1.0-beta.14.1 | |
| flarum-likes | v0.1.0-beta.14 | |
| flarum-lock | v0.1.0-beta.14 | |
| flarum-markdown | v0.1.0-beta.14 | |
| flarum-mentions | v0.1.0-beta.14 | |
| flarum-statistics | v0.1.0-beta.14 | |
| flarum-sticky | v0.1.0-beta.14 | |
| flarum-subscriptions | v0.1.0-beta.14 | |
| flarum-suspend | v0.1.0-beta.14 | |
| flarum-tags | v0.1.0-beta.14 | |
| kilowhat-audit-free | 1.3.0 | |
| fof-split | 0.4.4 | |
| fof-user-bio | 0.2.0 | |
| clarkwinkelmann-author-change | 0.2.1 | |
| kyrne-websocket | 2.0.0 | |
| xelson-chat | dev-construct | cce93767a6590c9bf7380e5267c19755f97c6ecb |
+-------------------------------+------------------+------------------------------------------+
Base URL: https://flarum.dev.local
Installation path: /home/dev/domains/flarumdev.local/flarum
Debug mode: ON
Don't forget to turn off debug mode! It should never be turned on in a production system.
From websocket:
m$ php flarum websocket:serve
Selecting 0.0.0.0:2199.
Starting the WebSocket server on port 2199...
New connection opened for app key XlJC4VVmJQQmSCYXy3n9vmSh9tyx3juZ.
Connection id 23024633.576390044 sending message {"event":"pusher:connection_established","data":"{\"socket_id\":\"23024633.576390044\",\"activity_timeout\":30}"}
New connection opened for app key XlJC4VVmJQQmSCYXy3n9vmSh9tyx3juZ.
Connection id 395350344.958925486 sending message {"event":"pusher:connection_established","data":"{\"socket_id\":\"395350344.958925486\",\"activity_timeout\":30}"}
911: connection id 23024633.576390044 received message: {"event":"pusher:subscribe","data":{"auth":"","channel":"public"}}.
Connection id 23024633.576390044 sending message {"event":"pusher_internal:subscription_succeeded","channel":"public"}
911: connection id 23024633.576390044 received message: {"event":"pusher:subscribe","data":{"auth":"XlJC4VVmJQQmSCYXy3n9vmSh9tyx3juZ:ff0fdc8e971e01241304fa5187954e06ba304c474a3f8386db95ee840a7ae886","channel":"private-user1"}}.
Connection id 23024633.576390044 sending message {"event":"pusher_internal:subscription_succeeded","channel":"private-user1"}
911: connection id 395350344.958925486 received message: {"event":"pusher:subscribe","data":{"auth":"","channel":"public"}}.
Connection id 395350344.958925486 sending message {"event":"pusher_internal:subscription_succeeded","channel":"public"}
911: connection id 395350344.958925486 received message: {"event":"pusher:subscribe","data":{"auth":"XlJC4VVmJQQmSCYXy3n9vmSh9tyx3juZ:9272eaaa3a6cac9f244e99e886508ae77a5a8da4125c1c7287528381b3eb8367","channel":"private-user2"}}.
Connection id 395350344.958925486 sending message {"event":"pusher_internal:subscription_succeeded","channel":"private-user2"}
https://imgur.com/zs3RCNJ
So in theory - all looks great, but there is no real flarum reaction to any events
- no new posts apear without refresh
- no new notifications
- no other events like information about new discussions on main page
Assistance for debugging require ๐
I can provide any additional information, tcp dump, access to flarum or even pay for additional support.