I finally figured it out. It turns out that the data was being cached in the browser due to how my Next.js app was configured. After upgrading from Next.js v14 to v15, the issue has been resolved.
I finally figured it out. It turns out that the data was being cached in the browser due to how my Next.js app was configured. After upgrading from Next.js v14 to v15, the issue has been resolved.