5.3 - Error when deploying to Vercel using the GitHub repo.
An error occurs when you deploy the ncmaz project to Vercel using the Github repo!
Last updated
An error occurs when you deploy the ncmaz project to Vercel using the Github repo!
Last updated
If you encounter this error when you deploy the project to Vercel using the Github repo, follow the instructions below to fix it.
If you are new to GitHub, while uploading code to the GitHub repo you may encounter an error during the account authentication process:
"Support for password authentication was removed. Please use a personal access token instead"
So you follow this guide to perform authentication 👉
You need to remove /src/__generated__/
from your .gitignore file and then push the files to your repo.