Static GitHub Issues

[574] chunks filename hash

prev: JWT authentication with Nuxt.js
next: Not support custom router in version 0.10 and upper

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

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This bug report is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c497">#c497</a>)</em></sub></div>