VERSION IN ENGLISH:
Hi everyone!
I’m building a system where each end-user has a personalized page at:
mydomain.com/slug
Now, I want to allow users to set up a custom domain (e.g., userdomain.com) so that when someone visits that domain, it loads the same page as mydomain.com/slug.
I asked Replit for guidance, and they advised me to instruct users to point a CNAME record to my domain. I followed those instructions and waited over 24 hours, but it’s still not working properly.
Is there any additional configuration needed on Replit or on my app to make this work as expected?
Thanks in advance for any help!