It keeps popping up consistently and is not replicable using our development site. We did some investigation but unfortunately, we got nothing. If it is some authorization/server issue, it should at least return the status code somewhere along 4xx/5xx.
Hi @Leon.
This is very much a shot in the dark, but I remember some issue happening relating to the content property key for us. If I recall correctly, some kind of character encoding of the property was happening, and we ended up using an alias (Content Property Index Key Configuration)
I don’t know if that is relevant to user properties.
A status code of 0 means there was no response and it can happen with any API endpoint. It almost always means something is randomly interfering with the user’s connection, like a proxy server / firewall / load balancer / laggy connection / network congestion etc etc.
If you Google either ‘Confluence status code 0’ or ‘Jira status code 0’ or just plain old ‘rest api status code 0’ you’ll see where this topic has been raised before.