-
Notifications
You must be signed in to change notification settings - Fork 5
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
Alert to crashed server #113
Comments
Don't know why this is happening, but it's happening out of blue. I start with SSL, and have braintree's drop-in ui package saved, but not imported. If it is imported I get error:
|
develop config: |
I mentioned this here: donejs/donejs#318 (comment) Regarding the This part of the bitballs guide shows you how to avoid running code during ssr: https://donejs.com/bitballs.html#turn-off-ssr |
Maybe you could set up proxy for these methods to then send a good error. |
What about disconnects? |
cc @matthewp Yeah, we've been thinking about that. As it seems like we are going to support IE11, we can't use proxies. However, we can at least fill out some of the more common ones. If you'd like to help, you can make that change here: https://github.com/canjs/can-simple-dom/blob/master/lib/simple-dom/document.js I'd do something like:
Alternatively, |
added all of document keys. so what are these disconnects about? |
|
I believe the issue is with ssl |
I believe when you get
WebSocket connection to 'wss://localhost:8012/' failed: Error in connection establishment: net::ERR_CONNECTION_CLOSED
server has crashed, in which case repainting window to something that indicates that would be quite helpful.The text was updated successfully, but these errors were encountered: