TranscendComputing / StackStudio

The front end for private and public clouds.
Other
2 stars 0 forks source link

Cloud Management Uncaught Exception #148

Open lifeBCE opened 10 years ago

lifeBCE commented 10 years ago

Uncaught TypeError: Cannot read property 'group_policy' of null

Just wanted to capture this, not much detail yet.

lifeBCE commented 10 years ago

Issues resides in js/views/resource/resourceNavigationView.js:113

group_policies:[null,null]

This is being returned to StackStudio presumably at this point from CloudMux. This causes the check for policy.length > 0 to be satisfied but then a reference to policy[0] to return null.

lifeBCE commented 10 years ago

Aha! It appears that the issue only resides with a single account in my test env. This would suggest that the application allowed me to create null policies that are now being returned and causing further issues.