Replies: 1 comment 1 reply
-
Hello,
Have you try to place a log before the line to view if the server reach this point? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hey, when I make a request to my API, my code is using a web socket (Ws https://www.npmjs.com/package/ws) that I have connected to another server (port 7777). The web socket is doing its job correctly, sending correctly and receiving correctly what I'm asking for, however once I get the message from the web socket I would like to send the data from the web socket via my API using
response.ok
but it doesn't return anything (screen below).Code:
No reponse:

Beta Was this translation helpful? Give feedback.
All reactions