Bypass caching when in draftMode
Answered
Sweat bee posted this in #help-forum
Sweat beeOP
hey, I thought nextjs would bypass the caching automatically if in draftMode? Unfort thats not working for me! How can I bypass the caching when in draftMode?
Answered by Sweat bee
hey thanks but I just updated to the latest next version and this fixed the problem!
3 Replies
@Sweat bee hey, I thought nextjs would bypass the caching automatically if in draftMode? Unfort thats not working for me! How can I bypass the caching when in draftMode?
the draftmode itself just render your pages at request time instead of build time. You can still use the basic behaviors on opting out of caching (depending on the cache). You can read more about how to opt out here: https://nextjs.org/docs/app/building-your-application/caching
Sweat beeOP
hey thanks but I just updated to the latest next version and this fixed the problem!
Answer
sounds good. Happy to help. Please mark solution