When creating a blog, users are given an input field where they can specify their blog slug. The suggestion given for this slug (input field value) is generated from the blog title, but if the blog title is very long (> 63 chars), a subdomain name generated from that title will not be a valid subdomain.
When creating a blog, users are given an input field where they can specify their blog slug. The suggestion given for this slug (input field value) is generated from the blog title, but if the blog title is very long (> 63 chars), a subdomain name generated from that title will not be a valid subdomain.