Status of Foundries.io web services
Our git service was unreachable for some end users via the web portal.
The problem was due to new authorization code hitting a path that expected a specific piece of data to be present, in this case what teams a user belongs to. Not all users belong to a team so this code was rectified to deal with that possibility.
Make sure that data validation happens for all properties and assumptions about data structures are guarded for defensively.