Is sensitive data stored in the .next folder in Next.js accessible to users or hackers?
I’m using Next.js for my web application and fetching data from a backend API. After building the project, I noticed that the .next folder contains cached data, including the backend API URL. I’m concerned about the security implications of exposing this URL. Can users or hackers access this data, and what steps can I take to secure it?