Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
None
-
OS: MacOS Mojave 10.14.5
Node.js Version 12.14
Description
Describe the bug
Opening a WebSocket connection to the `bindModel` endpoint with a path without a component at it causes a fatal error.
To reproduce
Steps to reproduce the behavior:
- Start a nexus instance.
- In the terminal, execute `wscat -c ws://localhost:9081/bindModel/example1/a`.
- See error
Expected behavior
The nexus server should respond with an error and then close the WebSocket connection.
Technical details
Complete server logs with stack trace are in NexusBugStacktrace.txt.
Attachments
Attachments
Issue Links
- mentioned in
-
Page Loading...