Updating add-ons via UPM file upload hangs

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

要約

Uploading a JAR just using UPM as described in Updating add-ons by file upload will hang and never complete


 

診断

環境

  • Check if nginx or some other proxy is being used in the environment

原因

Some proxies have Max Body parameters and will respond with 413 (Request Entity Too Large) when attempting to upload files larger than that parameter

On nginx, client_max_body_size parameter has default value of 10M.

ソリューション

NGINX

Increase client_max_body_size parameter to the suitable size. (e.g 20m)

最終更新日: 2022 年 1 月 31 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.