← Back to Roadmap
Website in Social Links Defaults to inkwell.social prefix
BugDone64
In Profile pic > Customize > Social Links, when entering the website url without the "https://", the website link on the profile page defaults to adding https://inkwell.social/WEBSITENAME
The website url displays correctly when adding https:// in the prefix
Expected to happen:
It should default to adding https:// to the website url
Shipped
Root cause: URLs entered without a protocol prefix (e.g. example.com) were treated as relative paths by the browser, resolving to https://inkwell.social/example.com instead of https://example.com. Fixed by adding https:// normalization both on profile render and on save in Settings → Customize.
Admin Response
Thanks for reporting!