Relative Content

Tag Archive for next.jsnext.js13next.js14

Next.js API Not Fetching Updated Secrets in Both Development and Production

I’m using Next.js to build a backend API, and I’m facing an issue where my secrets are not getting updated. I have a getSecrets function in my utils folder that retrieves secrets, but it seems to always return outdated values. This problem persists both in development and production environments.