-
Notifications
You must be signed in to change notification settings - Fork 860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vercel CLI gives gated link instead of public URL #807
Comments
I found that deployment protection can be changed/disabled only per project , so one of the (bad) options is to go to project settings on vercel and disable it manually for every project
it works only if no one used that So I think best way is to go to vercel dashboard using inspect link from CLI and get public URL here |
Yup agree, maybe we should mention this in docs and maybe we could even add "echo" a note after vercel cli is done logging the output |
The note after the Vercel log sounds like a good option! |
Description :
When you deploy the frontend through CLI, vercel seems to output an gated link in CLI, example :
https://wagmiv2-test-cm4cx4xpi-technophile04s-projects.vercel.app <= If you try to open this link, it will tell you to login to vercel / unauthorized.
Although vercel outputs gated link in CLI, one can guess the public URL since it mostly always follow this convention :
{projectName}.vercel.app
in my case I named the project aswagmiv2-test
so https://wagmiv2-test.vercel.appNot sure what's the best way to handle this, maybe mentioning this about doc or somewhere.
https://www.youtube.com/live/uhTkEq70lls?si=5Cc6qd6wgB5K55MI&t=1766
^ Even in above video when Austin clicked the generated link it showed "Authenticating"
Instead the actual public link URL should have been https://scalingethdemo.vercel.app i.e his
{projectName}.vercel.app
The text was updated successfully, but these errors were encountered: