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
When using the /recommend_dive_regions/<user_id>/ endpoint, if the region does not exist, a message is returned. But because an array is expected, the app crashes.
When using the /recommend_dive_regions/<user_id>/ endpoint, if the region does not exist, a message is returned. But because an array is expected, the app crashes.
Please just return an empty array in that case.