Notification workbox is empty when clicked on

お困りですか?

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

コミュニティに質問

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

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

問題

Looking at the workbox in the top right-hand corner, there are a number of notifications, but the workbox renders blank when clicked on

An example of the issue:

When the workbox is clicked on:

診断

環境

  • This will happen for all users in any browser
  • You have Nginx configured on your instance
  • If you look in the developer tools of the browser, after clicking on the workbox you will see the following error:

原因

Your nginx.conf file is currently configured to:

add_header X-Frame-Options DENY

 

ソリューション

Update your nginx.conf file configuration to:

add_header X-Frame-Options SAMEORIGIN
最終更新日: 2016 年 2 月 26 日

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

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