David Andrews
Posts: 0
Joined: Mon Mar 11, 2013 10:04 pm

RSS Feed Page not working in published web app

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).

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

RSS Feed Page not working in published web app

Check if there are any errors in the console.

David Andrews
Posts: 0
Joined: Mon Mar 11, 2013 10:04 pm

RSS Feed Page not working in published web app

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.

David Andrews
Posts: 0
Joined: Mon Mar 11, 2013 10:04 pm

RSS Feed Page not working in published web app

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

RSS Feed Page not working in published web app

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.

David Andrews
Posts: 0
Joined: Mon Mar 11, 2013 10:04 pm

RSS Feed Page not working in published web app

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?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

RSS Feed Page not working in published web app

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

RSS Feed Page not working in published web app

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.

Return to “Issues”