Domain Not Connecting
Troubleshoot custom domain connection and verification issues with DNS configuration and status checks.
Your custom domain isn't connecting to Firebuzz? This guide covers the most common connection and verification issues, helping you diagnose why your domain shows pending or failed status and how to fix it.
Understanding Domain Connection
When you add a custom domain to Firebuzz, the platform verifies ownership through DNS records. Connection issues typically stem from DNS misconfiguration, propagation delays, or provider-specific limitations.
DNS propagation typically takes 1-2 hours but can take up to 48 hours depending on your provider. Most domains verify successfully within the first hour.
Troubleshooting
Domain Status Shows Pending
Your domain was added to Firebuzz but remains in pending verification status, preventing you from publishing landing pages to it.
Solution:
- Navigate to Brand then Domains
- Click Configure on your pending domain
- Copy the CNAME record Name and Value exactly as shown
- Log in to your domain registrar or DNS provider (GoDaddy, Namecheap, Cloudflare, etc.)
- Add a new CNAME record with the copied values
- Save your DNS configuration changes
- Return to Firebuzz and click Sync Status
- Wait 10-15 minutes and check again if still pending
Use dnschecker.org to monitor global DNS propagation in real-time. Check your domain to see if the CNAME record is visible worldwide.
Wrong CNAME Configuration
Your DNS records are configured but verification repeatedly fails, or DNS checkers show incorrect values.
Solution:
- Verify you created a CNAME record (not an A, AAAA, or TXT record)
- Copy values directly from Firebuzz using the copy button to avoid typos
- Check for trailing dots or extra spaces in the record value
- For subdomain
www.example.com, enter only "www" in the Name field (not the full domain) - For root domains, check if your provider requires "@" or blank in the Name field
- Remove any conflicting A records for the same subdomain
- Test your configuration using dnschecker.org
- Wait 15 minutes after making corrections, then click Sync Status
CNAME records cannot coexist with A records for the same subdomain. If you have an existing A record, delete it before adding the CNAME record.
Domain Shows Failed Status
Verification failed after multiple attempts, and the domain status changed from pending to failed.
Solution:
- Click Remove to delete the failed domain
- Log in to your DNS provider and delete any old CNAME records for this subdomain
- Wait 5 minutes for cache clearing
- Add the domain again in Firebuzz
- Configure the new CNAME records provided
- Verify ownership of the domain with your registrar
- Check that no A records conflict with your CNAME
- Use whatsmydns.net to verify global DNS propagation
Using Root Domain Without Subdomain
You want to use example.com instead of www.example.com but standard CNAME configuration isn't working.
Root domains (apex domains) have special DNS requirements that not all providers support. Standard CNAME records don't work at the root level due to DNS specifications.
Solution:
- Check if your DNS provider supports CNAME flattening or ALIAS records
- Providers with support: Cloudflare, AWS Route53, DNSimple, NS1
- If supported, create an ALIAS or flattened CNAME record pointing to the Firebuzz value
- If not supported, use
www.example.cominstead - Configure a redirect from
example.comtowww.example.comat your registrar - Most registrars offer URL forwarding or domain forwarding features
Using www.example.com works with all DNS providers and is the recommended approach if your provider doesn't support CNAME flattening.
Multiple Domains With Mixed Status
You added several custom domains to your project, but only some show active status while others remain pending or failed.
Solution:
- Review each domain card individually in Domains
- Each domain requires separate DNS configuration at its respective registrar
- If domains are registered at different providers, configure each one separately
- Verify you're viewing the correct project (domains are project-specific)
- Check that each domain has unique CNAME records (no duplicates)
- Test each domain independently using dnschecker.org
DNS Provider Not Saving Records
You add the CNAME record at your DNS provider, but it doesn't appear or disappears after saving.
Solution:
- Ensure you clicked Save, Apply, or Update Changes after adding the record
- Some providers require explicit confirmation before saving DNS changes
- Check that your account has permission to edit DNS records
- Verify you're editing the correct domain (not a different domain in your account)
- Contact your DNS provider's support if records won't save
- Consider migrating DNS management to Cloudflare for easier configuration
Verifying Domain Status
In Firebuzz
- Go to Brand then Domains
- Check the status badge on each domain card:
- Pending: Awaiting DNS verification
- Active: Successfully connected
- Failed: Verification failed
- Click Sync Status to force an immediate check
Using External Tools
Test DNS propagation and configuration using these third-party tools:
- dnschecker.org - Check DNS propagation across multiple locations
- whatsmydns.net - Global DNS propagation checker with visual map
- mxtoolbox.com/SuperTool.aspx - Comprehensive DNS lookup tool