Send an email when custom domain integration is ready #420
metmarkosaric
started this conversation in
Anything Else
Replies: 1 comment 2 replies
-
What if we just had some UI similar to how most DNS/"waiting for nameserver" services do it, where instead of an email we just start up a listener on the front end to poll the custom domain as needed, and showing a UI similar to the "waiting for pageview" until the file is verified to be serving correctly (maybe just listening for a 200, or potentially checking the hash of the file received) - say polling every 15 seconds or similar. How necessary do you think the email side of it is? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is when trying to set up custom domains in order to serve our script as a first party connection. It would be a nice user experience improvement if we send an email when this is ready so you can change the Javascript snippet on your site. Right now the instructions are to wait and manually check when the script is loading from your subdomain before changing the snippet.
Beta Was this translation helpful? Give feedback.
All reactions