I’m running into an issue with one of my Vercel-hosted Next.js applications related to environment variables and deployments.
What I Did
- I attempted to update an environment variable.
- I successfully edited one variable.
- When I tried to add another variable, I received the following error:
“An unexpected internal error occurred”
What Happens Now
- Every time I try to view the value of any environment variable, I encounter an infinite loading spinner — the values never load.
- The only variable value visible is the one I recently edited.
Additional Attempts
- I tried to redeploy the application, but got the same error:
“An unexpected internal error occurred” - I also tried creating a new deployment, but after clicking Create Deployment, the button just shows a forever loading indicator and nothing happens.