Hi folks! The project I’m building allows users to create a profile and include a link to their personal site - this data is stored in Supabase and brought in when their profile is loaded.
I’ve noticed it seems to work fine for most “normal” TLDs - eg .com, .co.uk, .org. But when a user has a fancy new domain (My own is nocode.scot, and there’s someone else with a .film TLD) it bugs out and redirects to [myprojecturl.com]/nocode.scot rather than just nocode.scot.
Is this a bug? Or is there a way around this?