-
-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getting hard to debug error in socksjs code while running cypress test #246
Comments
This is the JSONP transport being used. For some reason, the function it is trying to use, does not exist. I would suggest checking your SockJS versions for both client and server. |
Here is what I could find about sockjs in my project:
|
@tnrich Is it possible your test runner is isolating sockjs somehow, such that it can't see those functions? I'm not familiar with Cypress. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello there,
I'm hitting the following error while trying to run a cypress test.
I don't really understand why this error is being hit or why it has no real stack trace. Any insight you might have would be quite helpful. Here's the linked issue in the cypress repo: cypress-io/cypress#2823
Thanks!
The text was updated successfully, but these errors were encountered: