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
{{ message }}
This repository was archived by the owner on Nov 20, 2024. It is now read-only.
Issue with the UNSPLASH_API being optional is, as of the dio interceptors we have, on error such as 401 status code will navigate us back to onboarding screen. An we get this 401 from unsplash api with this endpoint https://api.unsplash.com/photos/?client_id=&page=1&per_page=18 where the client ID is empty.
Issue
Issue with the
UNSPLASH_APIbeing optional is, as of the dio interceptors we have, on error such as401status code will navigate us back to onboarding screen. An we get this401from unsplash api with this endpointhttps://api.unsplash.com/photos/?client_id=&page=1&per_page=18where the client ID is empty.Fix
In the readme docs Line 46
plane-mobile/README.md
Line 46 in e0b8c53
Should be updated to make it mandatory (recommended) or providing some free API KEY will also solve this.