You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recall that @slifty mentioned this to me as a known unhandled error, way back when. So it's not unexpected -- demo-only code and all that. Still, we should fix it, now that the client is getting more use.
If the Node JS server (for this client application) fails to connect to the HMIS server named in
local.js
then it will crash with error:This specific error was generated with a local instance of HMIS (
localhost:8080
), but I've seen this happen with a remote server, too.We should return an error to the user instead of crashing the client server.
The text was updated successfully, but these errors were encountered: