I just had it again. It appears that the content-type is "null" which can explain why I can browse to the css URL and see the css but it isn't loaded in Chrome.
Cache-Control: public, max-age=2678400 Content-Length: 13039 Content-Type: null Date: Wed, 04 Jan 2012 10:06:15 GMT ETag: "KU-NKQ" Expires: Sat, 04 Feb 2012 10:06:15 GMT Server: Google Frontend After increasing the version number the content-type is now "Content-Type:text/css" and the css loads again. On Wed, Jan 4, 2012 at 10:00 AM, Pieter Coucke <[email protected]>wrote: > I saw something similar in Chrome (didn't test other browsers). The > response for the css was empty (in developer tools) but not when going > directly to the URL. I cleared Chrome cache, ctrl-f5, ... > I ended up doing the deployment twice every time (the css was empty on the > first deploy and correct on the second). Every time again. > > The issue was gone after I increased the version number of my app. > > > > > On Tue, Jan 3, 2012 at 10:33 PM, Ikai Lan (Google) <[email protected]>wrote: > >> Try shift-refresh. >> >> If not, use Chrome's Developer Tools to see if the stylesheet is being >> loaded correctly. I suspect a cache issue. Click "Resources" to see if you >> are correctly downloading the stylesheet: >> >> http://code.google.com/chrome/devtools/docs/timeline.html >> >> -- >> Ikai Lan >> Developer Programs Engineer, Google App Engine >> plus.ikailan.com | twitter.com/ikai >> >> >> >> On Tue, Jan 3, 2012 at 11:12 AM, Raffaele Magliocco <[email protected]>wrote: >> >>> Just trying to deploy a simple test app. Testing locally it works in >>> IE, FF, and Chrome. But when deployed, my stylesheet is only being >>> applied in IE and FF. Anyone seen something like this. I've looked on >>> the forums but didn't find any help. No errors in the log either. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google App Engine" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> 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 [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. >> > > > > -- > Pieter Coucke > Onthoo BVBA <http://www.onthoo.com/> - zamtam.com <http://www.zamtam.com/> > <http://www.zamtam.co.uk/> > > -- Pieter Coucke Onthoo BVBA <http://www.onthoo.com/> - zamtam.com <http://www.zamtam.com/> <http://www.zamtam.co.uk/> -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
