xhr poll error #4895
Unanswered
toni-monteagudo
asked this question in
Q&A
xhr poll error
#4895
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'm currently using the following code to set up a server in a node.js app:
In another node application, I'm attempting to establish a connection by setting up the client like this:
However, I'm unable to establish the connection, and I keep receiving the error xhr poll error. It's puzzling because it works fine through the browser.
If anyone could provide a clue, I would greatly appreciate it. Thank you very much!
By the way, I'm using version 4.7.2.
EDIT: I haved tried also adding
transports: ['websocket'],
option but with no successBeta Was this translation helpful? Give feedback.
All reactions