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
HTTPStatusError: Client error '404 Not Found' for url 'http://user-services-backend.user-services.svc.cluster.local/api/customer/oD5Gl9tBk7S3CVJw32EGQ7wNwjM2'
For more information check: https://httpstatuses.com/404
(20 additional frame(s) were not displayed)
...
File "app/shop/remote/user_services.py", line 34, in get_user_tier_user_id
user_details = cls.get_user_details_by_any_id(any_id)
File "app/shop/remote/user_services.py", line 29, in get_user_details_by_any_id
user_details = cls.get(f"/api/customer/{any_id}")
File "app/shop/remote/remote_service_base.py", line 82, in get
return cls.request("get", endpoint, headers, **kwargs)
File "app/shop/remote/remote_service_base.py", line 48, in request
response.raise_for_status()
File "httpx/_models.py", line 1510, in raise_for_status
raise HTTPStatusError(message, request=request, response=self)
The text was updated successfully, but these errors were encountered:
Sentry Issue: SHOP-SERVICES-24
The text was updated successfully, but these errors were encountered: