R
Railway7mo ago
firefly

Cannot have custom domains on Hobby plan?

Hey, I see that there was a recent update not allowing us to have more than one custom domain for a Hobby plan. Which is fine. However, it doesn't even allow us to have subdomains. I am building a small hobby Elixir project that essentially does a redirect using Redis, so domain urly.ws/abc -> Elixir service (Railway) -> Redirects to google.com urly.ws -> Elixir service (Railway) -> Redirects to app.urly.ws (Vercel) app.urly.ws -> Nextjs Frontend (Vercel) <- All good here www.urly.ws/abc <<<< CANNOT HAVE MORE THAN 1 DOMAIN www.urly.ws <<<< CANNOT HAVE MORE THAN 1 DOMAIN And I know this was a recent change, because I did it for a different domain few days ago (0ven.io, but I had to rename it)
29 Replies
Percy
Percy7mo ago
Project ID: N/A
firefly
firefly7mo ago
N/A Project ID: N/A
root
root7mo ago
Where did you see this update? I wasn't aware of this 😅
root
root7mo ago
ah, right 😬
firefly
firefly7mo ago
I was dealing with this last week, and now it says you gotta have a pro plan. I think it make sense when you actually have multiple domains, but subdomains also, really? 🥲 Vercel allows unlimited it seems domains and subdomains
Brody
Brody7mo ago
would you mind sharing what you are registering subdomains on the service for?
firefly
firefly7mo ago
Service should be available from the root and www domains That’s 99% of services out there www.example.com And example.com Right now you have to pick one of them
Brody
Brody7mo ago
www to non www can usually be done at the dns level in most cases
firefly
firefly7mo ago
Yeah, but it wasn’t the case earlier, and the error is “you can’t register another domain on hobby tier (more than 1).” But that’s technically a subdomain of a domain thats already added I think real domains makes sense to limit Because it would mean that the project is probably not a hobby project if requires more than one domain
Brody
Brody7mo ago
a subdomain is still a domain, any reason you don't want to do the redirect at the dns level?
firefly
firefly7mo ago
But limiting sub domains is brutal I will have to
Brody
Brody7mo ago
did you have a usecase for other subdomains than www?
firefly
firefly7mo ago
Just unclear why this was changed in the first place So I have root and www for Railway And “app” subdomain for Vercel
Brody
Brody7mo ago
it was actually an accidental rollout and it was supposed to roll out just before today's upcoming changelog
firefly
firefly7mo ago
Vercel doesn’t limit customers on their end, subdomains or just domains
Brody
Brody7mo ago
in the changelog they will provide extra clarification on why
firefly
firefly7mo ago
Well, if that helps with sales
Brody
Brody7mo ago
they aren't doing it as a shallow upsell they're doing it to better differentiate between hobby and pro use-cases
firefly
firefly7mo ago
That’s the same thing
Brody
Brody7mo ago
not quite in my opinion
firefly
firefly7mo ago
Removing features from Hobby tier and putting a pay wall there I mean it’s fine, companies need to make money
Brody
Brody7mo ago
there was always meant to be a limit, it was just a matter of time when they got around to implementing it
firefly
firefly7mo ago
Just unclear why they made it so granular, subdomains shouldn’t have been affected imho
Brody
Brody7mo ago
I'm sure there will be better clarification in the changelog that I'm not able to provide
firefly
firefly7mo ago
Www and root are very common to have for any application
Brody
Brody7mo ago
and you can do www to non www at the dns level in most cases
firefly
firefly7mo ago
It will be a redirect An additional redirect that I wanted to avoid You can’t have both www.urly.ws and urly.ws Obviously if my application gets more attention I am happy to use another tier, but at the phase of testing it’s just a complication
Brody
Brody7mo ago
from my understanding you usually want a redirect? I can't recall a site that hasn't redirected me from www to non www