Forums

Static Url Extra Gibberish Hash

Hi PA,

It seems that the static files is not loading even setting it up in the dashboard. Upon reading my error log, I see some extra gibberish numbers in my static url path like -- 2017-03-24 09:12:03,752 :Not Found: /static/wagtailadmin/css/normalize.872fa5081801.css

Can you help identify what cause this? I'm still new to PA deploying Wagtail.

Thanks,

Mark

That looks like some sort of cache busting extension in the static url. It's probably put there from a template tag and you probably need some sort of middleware installed to use it. Check the Wagtail docs and help site.