Confluence Throws ERROR: 400 in Browser When Manually Uploading Add-Ons

お困りですか?

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

コミュニティに質問

プラットフォームについて: サーバーと Data Center のみ。この記事は、サーバーおよび Data Center プラットフォームのアトラシアン製品にのみ適用されます。

問題

When uploading an Add-On through the Upload add-on link, the Uploading box does not update and the browser gets stuck waiting.

 

Using Ctrl+Shift+I and watching the network tab, the following URL appears with a 400 error

  • https://confluence.mycompany.com/confluence/rest/plugins/1.0/?token=7522426583166574927

And this error appears in the server response detail (this can be also seen in a HAR file).

<html><head><title>Error</title></head><body>
<h2>ERROR: 400</h2>
<br>
</body></html>

Nothing is shown in atlassian-confluence.log or catalina.out.

診断

環境

  • Confluence is running behind a reverse proxy

原因

  • The reverse proxy is not allowing the upload of the file.

ソリューション

Set up a non-proxied <Connector /> in server.xml and use that for uploading the Add-On. You can review the documentation here

 

最終更新日 2018 年 11 月 2 日

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

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