How to Configure Your Custom Domain

Introduction

This guide walks you through the process of setting up a subdomain to redirect to the TaskOn community page via your domain provider's DNS configuration.

Step 1: DNS Configuration

Prerequisites

  • Access credentials: ensure you have access credentials for your domain's DNS settings.

  • Subdomain selection: decide on the subdomain you wish to configure (e.g., subdomain.example.com).

Note: Only subdomains can be used to serve your community page. It’s not possible to use an apex domain. Here are some examples of what you could and could not choose — just replace example.com with your own domain:

Domain type
Example
Supported?

Apex domain

www subdomain

Custom subdomain

By accessing your domain provider's control panel and navigating to the DNS settings section, you will be modifying DNS settings:

Type
Name
Value/Target

CNAME

YourSubdomain

taskonsaas-prod.pages.dev

Below are links to guides from major domain name service providers on how to add CNAME records for your domain:

Please follow the respective guide according to your domain provider to configure your CNAME settings.

Step 2: Verify Configuration

After saving your DNS changes, use one of the following methods to verify your configuration:

  1. Check with TaskOn: This is the recommended method for ease and reliability.

  2. Check with Third-Party Tools: Use tools like DNS Checker or DNS Map for an external verification.

  3. Use the Terminal: For a more hands-on approach, directly query your DNS records using terminal commands.

    dig CNAME yoursubdomain.example.com +short

Additional Notes

Remember, DNS changes may take 24-48 hours to fully propagate. Contact TaskOn support if you need assistance or encounter any issues.

FAQ of Subdomain setup

Why is my domain not verified?

When you update the DNS records as part of the custom domain verification process with TaskOn, the changes usually take some time to propagate globally. Typically, this process is much faster than the standard DNS propagation times and often completes within 3 to 5 minutes. However, it's important to note that in some cases, depending on your domain registrar and the specific DNS changes made, it could take longer. During this waiting period, your custom domain will appear as unverified in TaskOn until the propagation is fully complete and the system can verify the changes.

Why can't I access my website even though my domain is verified?

If you've recently updated DNS records and can't access your site—even though the TaskOn Dashboard indicates the domain is configured correctly—it's likely due to a cached DNS record on your device or network. Testing this on a different device or internet connection can help, such as using a smartphone with mobile data. DNS caches clear automatically after a period (1-24 hours), but you can also manually reset your device or network equipment.

Why has my domain been verified by a third-party tool but not by TaskOn?

If third-party tools show your domain as verified but TaskOn does not, it's best to contact TaskOn support for further assistance.

Last updated