Erez Rokah
Erez Rokah
Once this is done, we should re-try https://github.com/netlify/cli/pull/4354
Hi @slumbering and thanks for open the feature request. Mind adding it to https://answers.netlify.com/t/feature-requests-what-do-you-already-love-what-could-be-better/256 as well? This will require our platform to support it too
Hi @zachwolf are you experiencing a specific error? Are you using the [identity widget](https://github.com/netlify/netlify-identity-widget)?
Hi @allpwrfulroot [this](https://github.com/netlify/cli/issues/409#issuecomment-657800785) might help for debugging functions. If you add an authorization header to functions requests the CLI [injects](https://github.com/netlify/cli/blob/b7c6631557128ffe66a61524789e0556d7dd77af/src/utils/serve-functions.js#L137) an emulated identity context If those suggestions are not helpful,...
Hi @Pieparker, this is a tricky one and there are several issues preventing from this scenario to work. In order for Role based redirects to work the browser needs to...
Being discussed in https://github.com/tj/commander.js/pull/1678
https://github.com/tj/commander.js/pull/1678 got merged 🚀 so once released we should be able to move on this issue
This is now built-in into Commander.js, see https://github.com/tj/commander.js/releases/tag/v9.1.0. Marking this `good first issue` as it should be fairly easy to implement now by: 1. Looking as the code of the...
Sure thing @simonepelosi! Thank you 🥳 https://github.com/netlify/cli/blob/3df8f95a1f92fef41dc5c43d79b99551cf6f2bad/src/commands/dev/dev.js#L10 is a good place to start
> I wonder if it would be possible to post some warnings (possibly with a confirmation step) when a user deploys with certain alias values? > > * If the...