You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched existing issues to ensure the bug has not already been reported
Fastify version
4.11.0
Plugin version
7.4.0
Node.js version
18.12.1
Operating system
Windows
Operating system version (i.e. 20.04, 11.3, 10)
10 (21H2)
Description
During development, it's expected that templates reload every page request. This means that if the file content has changed since the process begun, the changes would be present on the next page load.
However, it appears that -- at least when using Nunjucks -- this is not occurring, and a reload of the process is needed in order to cause changes to start appearing.
I've checked and do not have any type of caching plugin running on the project, also any types of changes to locals/data work; it's just the template file where the issue lies.
The text was updated successfully, but these errors were encountered:
Prerequisites
Fastify version
4.11.0
Plugin version
7.4.0
Node.js version
18.12.1
Operating system
Windows
Operating system version (i.e. 20.04, 11.3, 10)
10 (21H2)
Description
During development, it's expected that templates reload every page request. This means that if the file content has changed since the process begun, the changes would be present on the next page load.
However, it appears that -- at least when using Nunjucks -- this is not occurring, and a reload of the process is needed in order to cause changes to start appearing.
Steps to Reproduce
I've checked and do not have any type of caching plugin running on the project, also any types of changes to locals/data work; it's just the template file where the issue lies.
The text was updated successfully, but these errors were encountered: