Page 1 of 3

RSS Feed Page not working in published web app

Posted: Tue May 14, 2013 6:14 pm
by David Andrews

I created an rss reader page in my app and it works fine in the mobile preview but when I navigate to that page in my published web app, nothing is showing (its just a blank page).


RSS Feed Page not working in published web app

Posted: Tue May 14, 2013 6:35 pm
by maxkatz

Check if there are any errors in the console.


RSS Feed Page not working in published web app

Posted: Tue May 14, 2013 6:41 pm
by David Andrews

Hmmm.. Here is one. Not sure what to do about it.

XMLHttpRequest cannot load http://sacongress2013.blogspot.com/fe.... Origin http://sacongress2013.app.appery.io is not allowed by Access-Control-Allow-Origin.


RSS Feed Page not working in published web app

Posted: Tue May 14, 2013 6:46 pm
by maxkatz

RSS Feed Page not working in published web app

Posted: Tue May 14, 2013 10:03 pm
by David Andrews

I was hoping to make a simple way for a person from another department (non-technical person) to add a news item to the blogger blog (perhaps via email) and then have that feed into my app through the RSS feed from blogger. I can certainly do it through an Appery.io collection but then I feel like I would need to enter the news items myself or create an app or something to make it easy for them to do.

Do you have any other suggestions.


RSS Feed Page not working in published web app

Posted: Wed May 15, 2013 12:28 am
by maxkatz

If you can keep the app on appery.io, and use the proxy this way. We have plans to add a production proxy as well.


RSS Feed Page not working in published web app

Posted: Fri May 17, 2013 4:42 pm
by David Andrews

I have found that blogger.com does have a JSON version of the feed but when I try to "automatically create service response" from the test (which works), it says its an "Incorrect Format". Any thoughts?


RSS Feed Page not working in published web app

Posted: Fri May 17, 2013 4:44 pm
by maxkatz

Check if the JSON is correct at http://jsonlit.com


RSS Feed Page not working in published web app

Posted: Tue May 21, 2013 4:03 pm
by David Andrews

JSONLINT.COM says it's valid. (http://sacongress2013.blogspot.com/fe...)


RSS Feed Page not working in published web app

Posted: Tue May 21, 2013 6:12 pm
by maxkatz

It works this way. Open Response Tab. Click Automatically Create from Sample Response, paste the JSON response.

I'm not sure why it doesn't work via Test, I'll create a bug.