#Multi-tenant DEPLOYMENT_NOT_FOUND
1 messages · Page 1 of 1 (latest)
Thanks for the info! Minus the database entry I think I'm doing the same thing
in vercel i have a wildcard to our domain (ie site.com) to handle the subdomain piece of the puzzle (*.site.com) so that a user can go to userstuff.site.com and see their site. The subdomain is the "dynamic Id" to get the user-specific data. All that works great.
But if a user wants their own Custom Domain at a subdomain of their own site (ie userstuff.userdomain.com where userdomain.com is the user's domain) I have them CNAME userstuff to point to userstuff.site.com. I also specifically add userstuff.site.com to vercel domains. If I visit userstuff.userdomain.com I'm served the 404 DEPLOYMENT_NOT_FOUND page.
If any of this sounds familiar and/or i've got anything missing/out of place just lemme know!
Again - thanks for following up with your repo!