-
Notifications
You must be signed in to change notification settings - Fork 433
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
publish got an error message, "Error uploading archive (Conflict)." #903
Comments
I agree, this is currently blocking me from deploying my function app. Is there a workaround to publish the site manually or using a different tool? |
The simple workaround here is to remove the dependencies introduced by eslint, including
|
The same thing happens when I use |
Same error here. I am publishing a Python functions, with options --build-native-deps --nozip. The tool uploaded three times and then failed. |
For me, I was installed by the azure tools by npm. So I removed an installed again using home brew. now it works perfectly |
I'm seeing the same issue as @Shell32-Natsu, but just occasionally. I also see
|
I just saw this myself. I first did an upload that appeared to hang, so I clicked CTRL-C. Now all subsequent uploaded attempts show: Error uploading archive (Conflict). I removed the function app and tried again, but then got an error saying that the app service plan doesn't exist (which is not the case). So, not knowing a better way, I deleted the function app, app service plan, and associated storage account and starting over from scratch to get around this problem. |
Same issue, python app, keeps failing with |
Closing this as stale, if you are facing a similar error please open a new issue |
After I tried to deploy my functions with this command,
func azure functionapp publish func-app-name
I got this error message:
I have these dependencies in my package.json
The text was updated successfully, but these errors were encountered: