#How to disable caching in dev mode Website Template
7 messages · Page 1 of 1 (latest)
Help is on the way! To mark it as solved, use the /solve command. In the meantime, here are some existing threads that may help you:
Documentation:
- SQLite - Options
- Postgres - Options
- SQLite - Prototyping in development mode
- Postgres - Prototyping in development mode
Community-Help:
Hey @thorny timber to clarify, is this a brand new payload project with the website template, or did you update your payload version on an existing project? This looks like an HMR issue not caching
After some digging I've confirmed this is a turbopack / HMR issue. We're looking into this! In Next15 turbopack was not set by default, whereas Next16 it is, so when you are running with Turbopack it appears HMR is broken. If you make a change like that the expected behavior is a refresh.
Hang tight!
its brand new
Okay, thank you for your hard work