[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 the exact same pages accessed on my custom domain
(www.mysite.com/index.html) are completely unaffected by the
deployment.

Of course I did my best to flush any cache I could think of, starting
with the browser (...and checking that I was getting 200 statuses, not
304...), I use my phone to access the site over 3g and bypass any
possible proxy cache, not to avail.

I'm running out of ideas, if you have a hint, please share it!

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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, May 28, 2011 at 9:44 PM, Hugo hhar...@gmail.com wrote:

 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 the exact same pages accessed on my custom domain
 (www.mysite.com/index.html) are completely unaffected by the
 deployment.

 Of course I did my best to flush any cache I could think of, starting
 with the browser (...and checking that I was getting 200 statuses, not
 304...), I use my phone to access the site over 3g and bypass any
 possible proxy cache, not to avail.

 I'm running out of ideas, if you have a hint, please share it!

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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 ch...@cope360.com wrote:
 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, May 28, 2011 at 9:44 PM, Hugo hhar...@gmail.com wrote:

 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 the exact same pages accessed on my custom domain
 (www.mysite.com/index.html) are completely unaffected by the
 deployment.

 Of course I did my best to flush any cache I could think of, starting
 with the browser (...and checking that I was getting 200 statuses, not
 304...), I use my phone to access the site over 3g and bypass any
 possible proxy cache, not to avail.

 I'm running out of ideas, if you have a hint, please share it!

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.