For _some_ of our Jira users during _some_ operations they receive an error stating "No jira/newsletter/signup error" and a javascript stacktrace.
When running
require("jira/newsletter/signuptip")
on the web browser console we receive the same error for those users meaning that these resources are not present in the current context. But only for some users!
So far it looks like com.atlassian.jira.plugin.headernav.newsletter.NewsletterUserPreferencesManager#shouldShowSignupTip together with jira-components/jira-plugins/jira-header-plugin/src/main/resources/static/components/newsletter/initNewsletterSignup.js decide wether or not to include those resources. But we do not know what actually tries to use the resources during normal operation and why that process does not respect the same criteria as the shouldShowSignupTip does.
Has anyone else come across this issue and / or knows how to fix it?
This seems to have only appeared on Firefox hinting at the fact that Jira does something wrong which Firefox (generally following the rules more strictly) does not like.
Disabling the newsletter functionality / "Jira Insider pop up" (https://confluence.atlassian.com/jirakb/how-to-disable-jira-insiders-pop-up-dialog-729481701.html) has fixed the issue for us.
Would love to know the proper solution also, as we hit this same issue after upgrading from 7.12 to 8.2.3.
Firefox 67 wasn't affected, but version 68.0 was. Disabling the newsletter did the trick for us too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I got the same problem on our Jira instance but disabling the newsletter functionality (see link above) did not help. Is there any other way to fix this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.