This guide provides step-by-step troubleshooting instructions for common issues encountered during custom domain setup in Agency Handy.
1. Custom Domain Not Resolving (DNS Error)
Problem: After setting up the CNAME or ALIAS record, the custom domain does not resolve, showing a DNS error.
Possible Causes:
DNS propagation delay
Incorrect CNAME or ALIAS record
Conflicting A records
Solution:
Verify the CNAME or ALIAS record is pointing correctly to the provided Agency Handy URL.
Ensure there are no conflicting A records for the same domain.
Use DNSChecker.org to monitor propagation status. It may take up to 48 hours.
Clear your local DNS cache:
Windows:
ipconfig /flushdnsMac:
sudo dscacheutil -flushcache
Restart your browser or try accessing the domain in Incognito mode.
2. SSL Certificate Not Activating
Problem: The domain is accessible, but it shows as Not Secure or triggers an SSL error.
Possible Causes:
DNS settings not fully propagated
Proxy or CDN interference (e.g., Cloudflare)
Solution:
Ensure the domain is properly pointing to Agency Handy.
SSL certificates are provisioned automatically. Wait for up to 48 hours after DNS propagation.
If using Cloudflare, ensure SSL mode is set to Full (Strict).
Test SSL status using SSL Labs Test.
3. Root Domain and 'www' Version Not Working
Problem: The root domain (example.com) doesn't work, and www.example.com does not resolve either.
Possible Causes:
Attempting to use both the root domain and the
wwwsubdomain with Agency HandyAgency Handy does not support root domain (
example.com) as a primary setup, only subdomains (e.g.,portal.yourdomain.com).
Solution:
Do not use the root domain or
wwwas a subdomain.Instead, configure a subdomain like
portal.yourdomain.comorclient.yourdomain.com.In your DNS settings, create a CNAME for the chosen subdomain pointing to the provided Agency Handy workspace URL.
Verify with DNSChecker.org to confirm propagation.
4. Redirect Loop Detected
Problem: Accessing the domain results in an infinite loop of page redirects, preventing the page from loading.
Possible Causes:
Conflicting HTTP and HTTPS redirects
Misconfigured DNS records
Solution:
Check if there is an HTTP to HTTPS redirect conflict.
Ensure there are no multiple redirect rules set up in DNS and Agency Handy workspace.
Clear browser cache and cookies.
Use Redirect Checker to identify loops.
5. Email Sending Issues (DKIM & SPF Misconfigured)
Problem: Emails sent from Agency Handy using the custom domain go to spam or fail to deliver.
Possible Causes:
Missing or incorrect DKIM/SPF records
Solution:
Verify that DKIM and SPF records are added correctly in your DNS settings.
SPF should include Agency Handy's mail servers (
include:handy.agency).DKIM should be published as a TXT record in the format provided by Agency Handy.
Test using MxToolbox.
6. Subdomain Not Working After Setup
Problem: A subdomain (like portal.yourdomain.com) is not accessible after configuration.
Possible Causes:
Incorrect CNAME or A record configuration
DNS propagation delays
Solution:
Verify that the subdomain is created as a CNAME record pointing to Agency Handy.
Ensure there are no conflicting A or TXT records for the subdomain.
Check DNS propagation and clear local DNS cache.
7. Workspace URL Still Showing After Setup
Problem: After custom domain setup, Agency Handy's default workspace URL is still visible.
Possible Causes:
Custom domain not marked as Primary
Solution:
Log into Agency Handy → Workspace Settings → Custom Domain → Verify that the custom domain is marked as Primary.
Clear browser cache or use incognito mode to force a fresh DNS lookup.
Confirm that DNS settings are correct and have fully propagated.
8. Mixed Content Error on HTTPS
Problem: The site is accessible via HTTPS, but some content is blocked or not loading (Mixed Content Error).
Possible Causes:
Insecure HTTP links for images, scripts, or other resources
Solution:
Identify insecure content using browser console (
Ctrl + Shift + I → Console).Replace HTTP links with HTTPS in your Agency Handy workspace.
If third-party embeds use HTTP, consider proxying them through HTTPS or using alternative providers.
9. CNAME Conflicts with Existing Records
Problem: When adding a CNAME, a conflict with an existing record is reported.
Possible Causes:
CNAME cannot coexist with other record types (e.g., A, TXT) for the same name.
Solution:
Remove any conflicting A or TXT records before adding the CNAME.
If you need both, consider using an ALIAS or ANAME if your DNS provider supports it.
10. Proxy Interference with Custom Domain
Problem: The custom domain is set up correctly but is not accessible, or features like email configuration are failing.
Possible Causes:
Proxy services like Cloudflare or other CDNS are masking the real IP and interfering with domain resolution.
Solution:
Log in to your DNS provider.
Turn off the proxy (e.g., disable the orange cloud icon if using Cloudflare).
Ensure the DNS record is set to DNS Only instead of Proxied.
Clear browser cache and test the connection.
Verify with DNSChecker.org to confirm the domain is resolving correctly.
11. Page Not Found (404 Error)
Problem: The custom domain resolves, but Agency Handy shows a 404 error.
Possible Causes:
Domain mapping was not completed in the Agency Handy settings.
Workspace not published
Solution:
Ensure the domain is mapped correctly in Workspace Settings → Custom Domain.
Verify that the workspace is published and accessible.
Clear browser cache and test from multiple devices.
12. Domain Shows as Disconnected in Software
Problem: The custom domain is accessible from the web, but inside Agency Handy, it shows as Disconnected, preventing email configurations.
Possible Causes:
DNS configuration not verified by the Agency Handy
Incomplete SSL validation
API sync issue between Agency Handy and the DNS provider
Solution:
Verify that all required DNS records (CNAME, TXT) are correctly set up.
Wait for full SSL verification (could take up to 24-48 hours).
Manually refresh the domain status inside Workspace Settings → Custom Domain.
If still disconnected, contact support to trigger a domain resync.