Subdomains on local rack?

So we’ve gotten much further, but we hit another wall when we realized we weren’t able to run a subdomain on our local rack. We know Convox injects in a URL called: service.applicationname.convox, or in our case: web.app.convox.

We have subdomains working when we run our application locally: username.localhost:3000 or whatnot.

When we run the application on Convox however, we can’t seem to even hit the server on *.web.app.convox.

Does convox local rack not support subdomains? If it does, how do we access them (can we set a domain like you mentioned below in our convox-local.yml (we use a different convox.yml for development versus our local rack))?

1 Like