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
When not signed in, an API error is reported in debug builds on each navigation to ObsDetails.
To Reproduce
Steps to reproduce the behavior:
Run a debug build of v0.56.0+131.
Do not sign in; sign out if you are signed in.
Go to Explore, Observations, tap an observation.
An API error is reported:
ERROR Error requesting https://api.inaturalist.org/v2/observations/4d46480c-4a47-499b-96dd-041853201e4f/viewed_updates (status: 401):
{"status":"401","errors":[{"errorCode":"401","message":"JWT is missing or invalid"}]} [INatApiError: {"status":"401","errors":[{"errorCode":"401","message":"JWT is missing or invalid"}]}]
Expected behavior
When we are not signed in, do not issue API calls that require us to be signed in.
Context (please complete the following information):
Device: Pixel 7 Pro
OS: Android 15
App version: v0.56.0+131
The text was updated successfully, but these errors were encountered:
Describe the bug
When not signed in, an API error is reported in debug builds on each navigation to ObsDetails.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When we are not signed in, do not issue API calls that require us to be signed in.
Context (please complete the following information):
The text was updated successfully, but these errors were encountered: