Same here, but our app is back on AppStore Connect.
It was not only a UI problem in AppStore Connect as we could not push new builds anymore as well.
Post
Replies
Boosts
Views
Activity
The first rule matching makes it stop and apply the rule (exclusion or not). So you have to have your exclusions first:
{
"/" : "/e/*",
"exclude": true,
"comment": "Exclude matches any URL whose path starts with /e/"
},
{
"/": "/user/*",
"exclude": true,
"comment": "Exclude matches any URL whose path starts with /user/"
},
{
"/": "/*",
"comment": "Matches any URL whose path starts with /"
}
]
The worst part of this bug (below 16.4), it's not only cosmetic, but the area below the keyboard becomes inactive (can't interact with the screen when you see this ghost area of the keyboard).