when run the application i am able to see the twitter timeline but for each tweet update i am getting lots of this same error in console.
zone.js:654 Unhandled Promise rejection: Network error. ; Zone: <root> ; Task: Promise.then ; Value: Error: Network error.
at Object.<anonymous> (widgets.js:9)
at e (widgets.js:1)
at Object.<anonymous> (widgets.js:9)
at e (widgets.js:1)
at Object.<anonymous> (widgets.js:9)
at e (widgets.js:1)
at Object.Function.bind.test.window.__twttr.window.__twttr.widgets.window.__twttr.widgets.init.t.exports (widgets.js:9)
at e (widgets.js:1)
at Object.<anonymous> (widgets.js:8)
at e (widgets.js:1) Error: Network error.
at Object.<anonymous> (http://platform.twitter.com/widgets.js:9:20832)
at e (http://platform.twitter.com/widgets.js:1:411)
at Object.<anonymous> (http://platform.twitter.com/widgets.js:9:18687)
at e (http://platform.twitter.com/widgets.js:1:411)
at Object.<anonymous> (http://platform.twitter.com/widgets.js:9:18543)
at e (http://platform.twitter.com/widgets.js:1:411)
at Object.Function.bind.test.window.__twttr.window.__twttr.widgets.window.__twttr.widgets.init.t.exports (http://platform.twitter.com/widgets.js:9:2819)
at e (http://platform.twitter.com/widgets.js:1:411)
at Object.<anonymous> (http://platform.twitter.com/widgets.js:8:26653)
at e (http://platform.twitter.com/widgets.js:1:411)
also sometime when i deploy the application i face this issue too.
I am having a dashboard module for which i have added.
In dashboard html file
in your steps you have not mentioned anyone these but if i remove the twitter widget is not displayed
when run the application i am able to see the twitter timeline but for each tweet update i am getting lots of this same error in console.
also sometime when i deploy the application i face this issue too.
https://github.com/lokers/ng4-twitter-timeline/issues/1
I would like to see this fixed because your twitter timeline module is so perfect .