Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

cyberguyiphone

macrumors member
Original poster
Nov 18, 2008
40
8
Los Angeles
Long story, short, I'm trying to make my Mobile Me Blog RSS feed into an iphone web app. In Dashcode I have the rss template set up and in the Application attributes URL Feed I have : http://web.me.com/username/MyAnnouncesments.rss.xml.

I have already uploaded the site in iWeb.
When I try uploading (deploying) the webapp in DashCode I get this error:

The deploy domain “idisk.me.com” is different from “web.me.com” used by data source “feedDataSource”. This can cause the web application to not function properly.

What is wrong? They are both mobile me hosted so I don't see the problem.
How Do I fix this?
 
Have the same problem here

Hi,
I wonder if you ever solved this problem.
I know the reason, is because xml feed resource is supposed to be in the same domain as your app, but this seems suspicious. Since I also put my xml inside the domain (i Think)
If you solved it please would you mind to share the answer?

Thanks
 
I solved it:

Hi again:
I just solved it,
The problem is that dashcode will not realize that is the same domain unless you write your feed path as a relative path:

so instead of writing:
http://web.me.com/username/MyAnnouncesments.rss.xml

you should write
username/MyAnnouncesments.rss.xml

and be sure to write all the paths inside of this xml as relative also

cheers.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.