Hello,
I have an Angular 19 application deployed, which utilizes the environment.ts
and environment.production.ts
files to manage secrets and URLs. To handle these securely, I created the necessary environment variables within my Vercel project settings. However, when attempting to load the application, I encounter an error indicating that the specified environment variable could not be found.
Uncaught ReferenceError: process is not defined at environment.ts at urlBackend: process.env.NG_APP_API_URL