Open mjperry91 opened 6 months ago
I'm not sure what it causing this 🤔
We are seeing users with no photo correctly returning a 404 from the Google API and logging
No photo was found for: xxxxxx
But then we have 4 users in the dev dataload who are returning a 400 error consistently; sharma
, smith
, steinkamp
and meyerin
I wonder if their accounts were partially closed in google, or there's something I can't see that they have in common that other email addresses that are also not in google (but return a 404 correctly) have 🤔
When logging in or opening various pages that load users you may occasionally run into a bad request in the server logs when a user does not have an image. Since it is possible for a user to have no image, then the end point handling this should not throw a bad request. Note: The service does seem to recover from this error so likely low priority.