edge I already set up the server and extension as instructed, and there's no error thrown. But I post and realtime just doenst work. On the --debug console I can see only pingpongs and subscriptions and things but none related to my post. I also went through the similar question here but there isnt even one single error in my case. Anybody help me pls?
edge I redirect the /app to 6002, which port i let my websocket server run on. it DOES connect without a problem except no postings. almost everything else are following tutorials. i wonder if the problem lies in here.
luceos Did you override any settings using the config.php? It is likely that the backend cannot hit the api of the websocket server from PHP. Also if you're using opcache etc make sure to restart or reload your webserver.
edge sorry for the late reply. I found my issue is that I didn't open the PHP port in the firewall. thx for your answer!