PDA

View Full Version : Dashcode And iWeb(mobileme) upload problem




cyberguyiphone
Oct 9, 2009, 05:18 PM
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?



nacho4d
Mar 2, 2010, 11:44 AM
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

nacho4d
Mar 2, 2010, 11:58 AM
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.