[google-appengine] Succesful deployment, but pages on custom domain don't reflect the changes

2011-05-30 Thread Hugo
Has anyone else run into this? I have a (mostly static content) application running on the python appengine. I can deploy my app without a problem. If I access the app on the appspot.com domain after deploying, the pages reflect the changes as expected (e.g mysite.appspot.com/ index.html) but

Re: [google-appengine] Succesful deployment, but pages on custom domain don't reflect the changes

2011-05-30 Thread Chris Copeland
It sounds like it might be this issue. Please star it. http://code.google.com/p/googleappengine/issues/detail?id=5040 I have found that deleting the old version will force the new one to be served. BTW, using your phone is no guarantee you won't be going through a proxy cache. -Chris On Sat, M

Re: [google-appengine] Succesful deployment, but pages on custom domain don't reflect the changes

2011-05-30 Thread Robert Kluin
After staring the issue Chris mentioned, you might want to add some type of cache-buster to your static assets. There could be many different caches between you and your app Robert On Mon, May 30, 2011 at 10:01, Chris Copeland wrote: > It sounds like it might be this issue.  Please star