Custom domain

Setting up a custom domain for your Convas feedback page provides a more professional experience and is required for advanced features like the feedback widget and auto-login functionality.

Why use a custom domain?

By default, your feedback page is available at your-company.convas.io. With a custom domain, you can:

  • Brand consistency: Use your own domain like feedback.yourcompany.com
  • Enable advanced features: Required for the feedback widget and auto-login
  • Improve trust: Customers see your domain instead of a third-party one
  • Cross-domain compatibility: Enables seamless authentication across your applications

Required for these features

A custom domain is required to use:

  • Feedback Widget - Embed feedback collection in your application
  • Auto-login - Automatically authenticate your users
  • Cross-domain cookie authentication

Setup Instructions

Step 1: Configure in Convas

  1. Log in to your Convas dashboard
  2. Navigate to Settings → Custom Domain
  3. Enter your desired subdomain (e.g., feedback.yourcompany.com)
  4. Save the configuration

Step 2: Update DNS Records

After configuring your custom domain in Convas, you need to update your DNS settings:

  1. Access your DNS provider (e.g., Cloudflare, AWS Route 53, GoDaddy)
  2. Create a CNAME record:
    • Name/Host: feedback (or your chosen subdomain)
    • Value/Target: convas.onrender.com
    • TTL: 300 (or your provider's default)

Step 3: Verify Configuration

  1. Wait for DNS propagation (usually 5-30 minutes)
  2. Visit your custom domain to verify it's working
  3. Check that your feedback page loads correctly

DNS Configuration Examples

Cloudflare

Type: CNAME
Name: feedback
Target: convas.onrender.com
Proxy status: DNS only (gray cloud)

AWS Route 53

Record type: CNAME
Record name: feedback
Value: convas.onrender.com

GoDaddy

Type: CNAME
Host: feedback
Points to: convas.onrender.com

Troubleshooting

Domain not working?

  • DNS propagation: Changes can take up to 24 hours to propagate globally
  • Check CNAME: Verify the CNAME record points to convas.onrender.com
  • Subdomain: Make sure you're using a subdomain (e.g., feedback.yoursite.com) not the root domain

SSL certificate issues?

  • SSL certificates are automatically generated for custom domains
  • It may take a few minutes after DNS propagation for the certificate to be issued
  • Contact support if SSL issues persist after 24 hours

Next Steps

After setting up your custom domain:

  1. Install the feedback widget - Start collecting in-app feedback
  2. Configure auto-login - Enable seamless user authentication
  3. Update any existing links to point to your new custom domain

Related Documentation