Skip to main content
This guide covers the most common funnel and website issues in HoopAI with solutions for each.

Page not loading

CauseFix
Page not publishedGo to the funnel/website builder and click Publish
Domain not connectedVerify domain setup in Settings → Domains
DNS not propagatedWait 24–48 hours after DNS changes. Check with a tool like whatsmydns.net
Page builder errorClear browser cache, try a different browser, or rebuild the problematic section
Script or code conflictDisable custom code temporarily to isolate the issue

Domain not connecting

1

Verify DNS records

Go to Settings → Domains and check that the required A record or CNAME is correctly configured in your DNS provider.
2

Check for conflicting records

Remove any conflicting A, AAAA, or CNAME records for the same subdomain.
3

Wait for propagation

DNS changes take 15 minutes to 48 hours. Use whatsmydns.net to check propagation status.
4

Verify domain ownership

Ensure the domain is not locked or restricted by your registrar.

SSL certificate errors

ErrorFix
”Not secure” warningSSL certificate has not been provisioned yet. Wait 24 hours after domain connection
Certificate expiredUsually auto-renews. If not, disconnect and reconnect the domain in Settings → Domains
Mixed content warningYour page loads resources (images, scripts) over HTTP. Update all URLs to HTTPS
SSL not provisioningVerify DNS records are correct. Remove any CAA records that block certificate issuance

Tracking code not firing

IssueFix
Facebook Pixel not trackingVerify the pixel ID in Settings → External Tracking. Check for ad blockers
Google Analytics not recordingConfirm the GA4 measurement ID is correct. Check browser extensions blocking tracking
Custom scripts not executingEnsure scripts are in the correct placement (head vs body). Check browser console for JavaScript errors
Conversion tracking missingVerify the tracking code is on the thank-you/confirmation page, not the form page

Form not submitting

CauseFix
Required fields not filledCheck which fields are marked required — users may be missing one
CAPTCHA blocking submissionsTest without CAPTCHA to isolate. If spam protection is too aggressive, switch to a lighter option
Custom code conflictDisable any custom JavaScript on the page
Form action URL brokenRe-embed the form or check the form’s integration settings
Browser extensions interferingTest in incognito mode

Slow page speed

Compress images before uploading. Use WebP format. Target under 200KB per image. Avoid images wider than 1920px.
Simplify page design. Remove unused sections. Each element adds to load time.
Third-party scripts (chat widgets, analytics, pixels) add load time. Load non-critical scripts asynchronously or defer them.
Auto-playing videos significantly increase load time. Use a thumbnail with a play button instead.
Limit custom fonts to 2 families maximum. Each font adds a network request.

Mobile display issues

IssueFix
Text too small on mobileUse the mobile preview in the builder and increase font sizes for mobile
Elements overlappingCheck responsive settings. Some elements need separate mobile positioning
Horizontal scrollingAn element is wider than the screen. Check for fixed-width elements and set them to 100% width on mobile
Buttons too small to tapMake buttons at least 44px tall on mobile
Images not scalingSet image width to 100% on mobile in element settings
Always preview your pages in the builder’s mobile view before publishing. Test on an actual phone for the most accurate experience.

404 errors

CauseFix
Page URL changedUpdate links pointing to the old URL. Set up a URL redirect in Settings → Domains → URL Redirects
Page deletedRestore from the funnel builder if available, or rebuild
Wrong URL structureHoopAI page URLs follow the format yourdomain.com/funnel-path/page-path. Verify the full URL
Subdirectory mismatchEnsure the domain is connected to the correct funnel or website

Custom code conflicts

If your page breaks after adding custom code:
  1. Isolate the issue — remove the custom code and verify the page works
  2. Check the browser console — open Developer Tools (F12) and look for JavaScript errors
  3. Avoid jQuery conflicts — HoopAI uses its own scripts. If you load jQuery, wrap your code in a no-conflict wrapper
  4. Use the correct placement — tracking scripts go in the head; interactive scripts go in the body
  5. Test in incognito — browser extensions can interfere with custom scripts
Last modified on March 6, 2026