TranscendComputing / StackStudio

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

Authorized user accounts kills RSS feed #151

Open lifeBCE opened 10 years ago

lifeBCE commented 10 years ago

Seems anonymous users have no problem displaying the RSS feed on the dashboard page but authorized users cannot.

Error: Uncaught TypeError: Cannot read property 'feed' of null

This errors point sot line 7 of FeedEk.js (vendor plugin). I've looked into this source and it appears that there is an ajax call that attempts to retrieve the feed data and is unable to because the URL sent is incomplete.

n.FeedUrl seems to be null even though it is defined within this module itself. Seems strange.