jcubic
(Jakub T. Jankiewicz)
November 19, 2025, 2:11pm
1
I’m not sure where I should propose this, so I’m adding this here:
The guide about deploying to Vercel from GitHub actions
is missing important feature about custom domains. I got an error when following the documentation, found in on GitHub discussion .
There is should be a link to this article:
Note: if someone is taking the time to deploy from GitHub action, he/she probably have a custom domain by now.
Another issue with docs is this issue:
opened 02:07PM - 19 Nov 25 UTC
I followed those two guides:
* [How can I use GitHub Actions with Vercel?](http… s://vercel.com/guides/how-can-i-use-github-actions-with-vercel)
* [How to alias a preview deployment using the CLI](https://vercel.com/guides/how-to-alias-a-preview-deployment-using-the-cli)
To deploy to custom domain from GitHub Action.
And got this output:
```
> Assigning alias app.snapp.md to deployment snapp-50x0381tx-jcubics-projects.vercel.app
Fetching domain app.snapp.md under jcubics-projects
Error: You don't have access to the domain app.snapp.md under jcubics-projects.
```
The same happen locally. I'm not able to set the domain that is connected to the project that I'm building.
**EDIT**
Adding `--scope jcubics-projects` (my only scope solved the issue)
This is undocumented, people get errors, the scope should be set as default.
It requires adding --scope <your org> to the Vercel CLI.
This can be solved by updating documentation.
pawlean
(Pauline P. Narvas)
November 19, 2025, 3:40pm
4
Thank you for your feedback, Jakub! I’ve shared this with the docs team.
jcubic
(Jakub T. Jankiewicz)
November 19, 2025, 9:27pm
5
You may also mention Prisma, a popular interface to SQL database (not sure if you can call it ORM).
There is an issue with deploying Next.js app from GitHub action if you use Prisma.
The solution is in this StackOverflow answer:
It only happen from GitHub action, when you use Vercel to deply, it works fine. It’s probably also a good idea to add this to docs. So people don’t get errors and then waste time searching or give up.
1 Like
pawlean
(Pauline P. Narvas)
November 20, 2025, 10:40am
6
Heard. Appreciate the detail! The docs team are aware