I'm having trouble getting the pusher extension to work properly and would be very grateful for any insight into what the problem might be.
After enabling the extension, creating my pusher account, and entering the correct credentials in Pusher extension settings, I was receiving the following error in the console:
Pusher : Error : {"type":"WebSocketError","error":{"type":"PusherError","data":{"code":null,"message":"Auth value for subscription to private-user1 is invalid: should be of format 'key:signature'"}}}
My pusher dashboard is displaying the correct number of concurrent connections and logging messages on every test post, but real time updates are not being triggered in flarum.
I was able to get the console message to go away by hardcoding my pusher credentials into the extension. However, posts are still not triggering real time updates in flarum.
Can anyone recommend a strategy for debugging? Is this an issue with my server config? I had some trouble with initial installation that I resolved by changing some file permissions. Let me know if there's any additional info I can provide to clarify the issue. Thanks for your help.