I have a question, I remember in the past, for example when we did “vercel” on the console, this would trigger a “development” deployment and it would end up in an address like
Is there a way to force the previous behavior? Having the <some_id> as part of the url makes it really difficult for example to test redirects from login endpoint that required pre-declared redirects.
Also causes issues when we are dealing with localstorage.
I guess this is the new format? project name, user id, user id + s-projects.vercel.app ?
Is there no way to revert to the other standard?
project name - user id .vercel.app
Also noticed that this new URL can’t be shared with others, is there a way to make it accesible to anyone with the URL? (I believe this was also the old standard, but I may be wrong)