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
Describe the bug
If you attempt to get BikeTag data from a BikeTagClient object without setting adequate credentials, the following unhelpful error is returned: TypeError: Cannot read properties of undefined (reading 'fetch') at http://prime.localhost:8080
When what is happening is that a request is being made without credentials:
To Reproduce
Steps to reproduce the behavior:
create a new BikeTagClient (const biketag = new BikeTagClient())
attempt to call biketag.getGame(undefined)
See error
Expected behavior
An error that indicates that adequate credentials are not present should be returned.
The text was updated successfully, but these errors were encountered:
Describe the bug
If you attempt to get BikeTag data from a BikeTagClient object without setting adequate credentials, the following unhelpful error is returned:
TypeError: Cannot read properties of undefined (reading 'fetch') at http://prime.localhost:8080
When what is happening is that a request is being made without credentials:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
An error that indicates that adequate credentials are not present should be returned.
The text was updated successfully, but these errors were encountered: