Matt noticed that the /teams/#/ area is completely broken today. Chrome console says:
angular.js:10160 TypeError: Cannot read property 'invites' of undefined
at c. (services.js:216)
at d (angular.js:3967)
at Object.instantiate (angular.js:3978)
at Object. (angular.js:3846)
at Object.d [as invoke] (angular.js:3967)
at angular.js:3809
at c (angular.js:3931)
at Object.d [as invoke] (angular.js:3958)
at angular-route.js:516
at Object.r [as forEach] (angular.js:332)
I tried just updating the angularjs library (without doing a regenerate of code). Not that easy. I also tried looking at the def get_team_invites method in the teams_api.py file. It seems as though that api method is giving no reply (an undefined response). Then trying to use that undefined response is causing the crash. Not really sure why it's getting no response.
TODO: Investigate more (later)
Matt noticed that the /teams/#/ area is completely broken today. Chrome console says:
angular.js:10160 TypeError: Cannot read property 'invites' of undefined
at c. (services.js:216)
at d (angular.js:3967)
at Object.instantiate (angular.js:3978)
at Object. (angular.js:3846)
at Object.d [as invoke] (angular.js:3967)
at angular.js:3809
at c (angular.js:3931)
at Object.d [as invoke] (angular.js:3958)
at angular-route.js:516
at Object.r [as forEach] (angular.js:332)
I tried just updating the angularjs library (without doing a regenerate of code). Not that easy. I also tried looking at the def get_team_invites method in the teams_api.py file. It seems as though that api method is giving no reply (an undefined response). Then trying to use that undefined response is causing the crash. Not really sure why it's getting no response.
TODO: Investigate more (later)