I am trying to add my sub domain name. But getting an error
I read [Support Guide] "another site is using this domain" Verifying domain ownership for Netlify production domain as well
I am trying to add my sub domain name. But getting an error
I read [Support Guide] "another site is using this domain" Verifying domain ownership for Netlify production domain as well
I am adding a TXT RECORD with verified-for-netlify
with value help.135270
(135270 from page url of
current help page Help Me Register My Custom Subdomain, Getting Error)
Please resolve this issue, by verifying the email
The domain has been removed from the other account.
thank you for your support.
I had one more query before switching to the pro plan. Not sure if this is the right place to ask, it would be helpful if you could clarify.
So the project I am working has some contributors who occasionaly contribute to the project. So will I be charged $19 per contributor automatically, or can I chose who triggers who is allowed to trigger builds. Its one of the things holding me back from subscribing to the pro plan (compared to vercel, which I am currently using)
In Short I want to know if I can have git contributors who can trigger build deploys on code push to the main branch without an extra $19 per contributor /month
Thank You
Hi @shubhamandoda,
Great question!
Part 1 of the answer is to not switch the option to auto-approve deploys from non-team members from the default setting of “requires approval” to “auto-approve” (This is found under team settings => Access and Security)
What you’ll see in the UI for builds triggered by non-approved team members is a deploy that says “pending approval.” If you do not approve the build, it will not complete and you will not be charged. If you manually approve the build, then the Git Contributor will be added to your account as an approved Git Contributor and you will be charged for them. There’s a message that comes up confirming the approval that mentions that you will be charged.
Part 2 of the answer is that Netlify only intends to charge you for team seats for builds triggered by commits we build directly from git notifications from your git provider. While we will not be able to provide tech support on how to work around our pricing system, some workflows that will not add to your account’s seat count include:
Two additional notes about Git Contributor charges:
I hope this helps!
For now it should be fine as the repositories are public. Also in future if this becomes a problem then your tips on disabling it for PR and deploying via netlify CLI(in CI) should be an option.
Thank you for your descriptive answer and your support.