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

Page not loading


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


Tracking code not firing


Form not submitting


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

Always preview your pages in the builder’s mobile view before publishing. Test on an actual phone for the most accurate experience.

404 errors


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