Home

Issue: 574

chunks filename hash

[issue link]

Hello. We have recently encounter a serious problem in production. When new app release is published users will loose layout after hydration.

cache

Here is headers response from server. (Application is being directly rendered by nuxt and is under a simply nginx reverse proxy backend without any caching)

$ curl -I  https://support.aut.ac.ir/assets/7.app.js

HTTP/2 200
server: nginx
date: Mon, 17 Apr 2017 11:22:17 GMT
content-type: application/javascript
content-length: 2990
vary: Accept-Encoding
accept-ranges: bytes
last-modified: Mon, 17 Apr 2017 10:49:05 GMT
etag: W/"bae-15b7b87bce8"
vary: Accept-Encoding
strict-transport-security: max-age=31536000

Remarks

In Firefox only this will happen only once and after a refresh it works normally again

This bug report is available on Nuxt.js community (#c497)