Pusher SDK Client Connection failing #791
Unanswered
briangwaltney
asked this question in
Q&A
Replies: 1 comment
-
|
I have similar problem . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to get soketi working on a new app. I'm migrating from Pusher and I believe I have the backend setup correctly. Server triggers are receiving a 200 response, but I can't get the client to connect properly.
Above is my client creation config with all the same values as my backend.
This is the config output on the client:
It seems like it's still trying to connect through Pusher's host. Is that what I want? When I block out the
wsHostandwsPortit does successfully connect via Pusher, but doesn't receive messages from my new server (correctly, of course).What am I missing in the setup? How do I get the frontend client to connect to the new soketi server?
Beta Was this translation helpful? Give feedback.
All reactions