Hi everyone,
I’m trying to deploy my app, chatifly, from my GitHub repo to Vercel, but I’m running into an error:
“The name contains invalid characters. Only letters, digits, and underscores are allowed. Furthermore, the name should not start with a digit.”
I’ve noticed that two of my environment variables start with a number. Could this be the cause of the error?
If so, can anyone suggest how I can modify the environment variable names or make any necessary changes so I can deploy my app successfully? I would really appreciate any guidance or suggestions!
Thanks in advance!