#How to disable caching in dev mode Website Template

7 messages · Page 1 of 1 (latest)

thorny timber
#

Hi everyone, I'm having an issue after the updates—I can't edit styles, add new tags, etc., until I restart pnpm dev. I suspect it's a caching issue. Could you please tell me where to look to find and disable caching for dev mode?
I'm using the Website Template I just installed; you can see it in the video.

frank berryBOT
hybrid arrow
#

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

hybrid arrow
#

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!

thorny timber