From 2e938e7294c699f991f4e514f65dc18863b702d3 Mon Sep 17 00:00:00 2001 From: meganriley Date: Tue, 28 Oct 2025 14:28:10 -0500 Subject: [PATCH] Update spaces-custom-domain.md to include troubleshooting Added an extra sentence for users to troubleshoot on their own if their custom domain is stuck pending --- docs/hub/spaces-custom-domain.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/hub/spaces-custom-domain.md b/docs/hub/spaces-custom-domain.md index 6ad74e0422..915699c752 100644 --- a/docs/hub/spaces-custom-domain.md +++ b/docs/hub/spaces-custom-domain.md @@ -31,6 +31,8 @@ The request will move to 'pending' status after submission as seen below. Please make sure to point the domain to `hf.space`. Once set up, you'll see a 'ready' status to know the custom domain is active for your Space 🔥 +If you've completed all the steps but aren't seeing a 'ready' status, you can enter your domain [here](https://toolbox.googleapps.com/apps/dig/#CNAME/) to verify it points to `hf.space`. If if doesn't, please check your domain host to ensure the CNAME record was added correctly. + ## Removing a Custom Domain Simply remove a custom domain by using the delete button to the right of “Custom Domain” in the settings of your Space. You can delete while the custom domain is pending or in ready state.