Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

I'm unable to see notifications UI for my JIRA account. I'm seeing some HTML instead.

Mrinmay_Mukherjee
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 25, 2020

I'm seeing the following when I click on notifications in my JIRA account.

image.png
 

It's the same even I switch from new to old experience.

The complete HTML markup is as under :

<!doctype html>
<html lang="en">
<head>
  <title>Atlassian Home Embedded Notifications</title>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />

  <meta name="cdn-url" content="https://home-static.us-east-1.prod.public.atl-paas.net">
  <meta name="service-worker-reload-page" content="true">
  <meta name="env" content="prod-east">
  <meta name="app-version" content="2020-04-28_03-00_d44905b9f7">
  <meta http-equiv="Content-Security-Policy" content="object-src 'self';base-uri 'self';script-src 'unsafe-inline' 'self' https://home-static.us-east-1.prod.public.atl-paas.net     'sha256-aU3ndD5GL2F7BBuD991n87MkA6oCosQqZMqAbvz/TrI=' cdn.polyfill.io   ;worker-src 'self' blob:">

  
  <script>
    window.__cdn_url__ = document.head.querySelector("[name=cdn-url]").content;
    window.__env__ = document.head.querySelector("[name=env]").content;
    window.__app_version__ = document.head.querySelector("[name=app-version]").content + '-drawer';
    if ('serviceWorker' in navigator) {
      navigator.serviceWorker.register('/home/home-service-worker.js')
        .then(function() {
          // page reload handler
          navigator.serviceWorker.addEventListener('message', function (e) {
            if(e.data.backgroundFetchComplete === true) {
              window.serviceWorkerBackgroundFetchComplete = true;
            }
            console.debug('ServiceWorker client handling message ', e.data);
            if (e.data.reloadPage) {
              if (e.data.force !== true && window.cancelServiceWorkerPageReload) {
                console.debug('ServiceWorker client - automatic reload of page cancelled as content displayed to user');
                return;
              }
              window.location.reload();
            }
          });

          // initiate background fetch of this page (iframe page)
          if (navigator.serviceWorker.controller) {
            console.debug('ServiceWorker client sending message \'performBackgroundFetch\'...');
            navigator.serviceWorker.controller.postMessage({performBackgroundFetch: true, url: window.location.href});
          }
        })
        .catch(function(err) { console.error('ServiceWorker failed to call navigator.serviceWorker.register', err); });
    }
  </script>

<link href="https://home-static.us-east-1.prod.public.atl-paas.net/notificationsDrawer_vendor.5c60a588ffdfd2cbacbf6db6aef605fa.css" rel="stylesheet"><link href="https://home-static.us-east-1.prod.public.atl-paas.net/notificationsDrawer.db37e06eb8131bd1b4e62b324689b6f5.css" rel="stylesheet"></head>
<body>
  <div id="root" style="height: 100%"></div>
  <script type="application/javascript" src="https://cdn.polyfill.io/v2/polyfill.min.js?features=Intl.~locale.en,Object.assign,Array.prototype.includes,Array.prototype.find,URL,String.prototype.includes"></script>
  
<script type="text/javascript" src="https://home-static.us-east-1.prod.public.atl-paas.net/initialApiCall.181299c719e962676433.js"></script><script type="text/javascript" src="https://home-static.us-east-1.prod.public.atl-paas.net/notificationsDrawer_vendor.03edbda83528822c3c85.js"></script><script type="text/javascript" src="https://home-static.us-east-1.prod.public.atl-paas.net/notificationsDrawer.c0e20df5fc8c2dec8ef9.js"></script></body>
</html>

 

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events