I noticed some errors emitting from the demo app when it starts up and a user is not logged in.
An API request is being made to http://localhost:8080/api/v1/undefined/undefined, this is coming out of the girder-data-details component.
The data details component shows "1 Selection(s)" even though nothing has been selected or is even visible to be selected. This may be related to the above issue. I suspect it's trying to show the current user details, but it's null.
Despite not being logged in, the app is continually hitting the notification endpoint with the EventSource. This should only be attempted when the user is logged in.
I noticed some errors emitting from the demo app when it starts up and a user is not logged in.
http://localhost:8080/api/v1/undefined/undefined
, this is coming out of thegirder-data-details
component.null
.