I'm trying to log in to jira it it keeps saying "We couldn’t log you in"
I see a 422 response in the browser's network tab:
POST
https://mgas.prod.public.atl-paas.net/analytics/event
Request:
{
"name": "jss.page.loaded.unknownJssPage",
"product": "join-site",
"properties": {},
"serverTime": 1628755273152,
"user": "-"
}
Response:
{
"error": "invalid product"
}
I've disabled all my extensions, cleared data for all *.atlassian domains, disabled firefox's strict protection, nothing works.
It works if I try to login in a private window.
Looks like I missed some extensions.
If you landed here because you are facing the same problem, here's what I did:
Once you are in, I think you can reenable everything (hopefully).
Man, Atlassian nice work. Disabling uMatrix for the login page isn't enough, because it does a number of internal redirects during the login process, all of which need to be able to access 3rd party page javascript/xhr. You can't click uMatrix fast enough to disable the rules because it already redirected you to the 'login failed' page. You have to completely disable the plugin altogether just to log in.
I'm have to jump through this many hoops because it's a work requirements but if I had any choice at all I'd have stopped trying and used a different service.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Keep uMatrix enabled.
What you're missing is the "Spoof referrer headers" *disabled* on the subdomain of the atlassian cloud service.
For example (mine) :
https://balancebits.atlassian.net/
I needed to disable only, "Spoof Referrer Header", and then I was able to login correctly. Try it, leave a comment if it worked for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
well, it stopped working. I needed to disable uMatrix to login again. I am not sure what is causing this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to set:
referrer-spoof: atlassian.com false
referrer-spoof: atlassian.net false
Then it worked for me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.