Next.js Discord

Discord Forum

Next.js download file using next fetch always download old file

Unanswered
Ghostman posted this in #help-forum
Open in Discord
I am using Next.js 14.2.116 and trying to download file from aws cloudfront url. But when I click the download button, it always download the old file.
I thought this was cache issue so I used cache: 'no-store' and next: { revalidate: 60}, but still can't fix the issue.
Please help me! 🙏

0 Replies