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).
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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).
Check if there are any errors in the console.
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.
Here is why:
http://docs.appery.io/documentation/a...
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.
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.
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?
Check if the JSON is correct at http://jsonlit.com
JSONLINT.COM says it's valid. (http://sacongress2013.blogspot.com/fe...)
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.