Erez Rokah
Erez Rokah
Hi @kflavin, I believe your request is exactly the same one as #948. See community post linked from that issue [here](https://community.netlify.com/t/setting-branch-subdomain-for-manual-branch-deploys/16206).
Hi @kaganjd, can you share the full command the customer is using? | would like to verify we're not hitting [this issue](https://github.com/netlify/cli/issues/969).
Hi @kaganjd, I was able to reproduce the same issue. Once you have a branch deploy that was created from our build system, `netlify deploy` with the same alias as...
Hi @chrismetzmudbath, the only workaround is using a different branch name for branch deploys and aliases. We do have an issue filed for our backend team to make branch deploys...
Based on https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template, creating a repo from template is similar to forking one. We might need to poll until the repo exists, see https://github.com/netlify/netlify-cms/blob/f85960ecf6c125824642e2a664cd0ba2fa44aede/packages/netlify-cms-backend-github/src/implementation.tsx#L183 We already have a dependency that...
Thanks for opening the issue @george-steel, we might need to fix this in https://github.com/netlify/js-client/blob/d835711b9cb5a556870577d0b6c2ee27b565db12/src/deploy/hash_files.js#L8 Also related https://github.com/okdistribute/folder-walker/issues/1
Hi @janosh, this issue is about failure to deploy locally using to CLI - per your comment that works for you? If the failure to build/deploy is happening on the...
Thanks @tinfoil-knight for digging into it. Very useful. Looking at the dependencies we use in that code (and the code itself 🙃 ), we can either use a sync call...
Ah, I think I overcomplicated this. How are you suggesting to fix the filtering issue?
> When running netlify dev my local .env variables are overridden by the Netlify variables pulled from my production settings This is actually a bug. Do you mind opening a...