I am using gitpod (terminal and IDE in the browser) and trying to configure a site with netlify init
.
The first part (netlify login
) i am able to do with the browser redirect auth (it pops open a new tab for me to authorize the CLI to my netlify login and when that completes the step works)
however, during netlify init
there is a step where it needs to authorize the CLI to github (to configure the deploy and hooks) and if i say “authorize with github through app.netlify.com” it properly opens up the URL for me to auth; but after i pick “github” it then redirects to “localhost:3000” which of course fails
I don’t know why the post redirect works on the auth to netlify, but the auth to github (for the deploy hooks) is using a different postback? Any suggestions?