🇬🇧United Kingdom sadikyalcin
In my case the issue was both `stable` and `classy`. I removed them on dev as part of updating to 10. I pushed all changes live but never disabled both the themes on prod before doing so thus I got the error. A simple `drush thun stable` and `drush thun classy` solved the issue for me.
🇬🇧United Kingdom sadikyalcin
Removing the VBO field from the data export view fixes the issue.
💬 | Simple OAuth (OAuth2) & OpenID Connect | Usage of Redirect URI always results in error: Error: Class "League\Uri\UriString" not found
🇬🇧United Kingdom sadikyalcin
You'll face this problem if you've run `composer update`. Revert to the `composer.lock` before update command and you shall be good.
🐛 | Simple OAuth (OAuth2) & OpenID Connect | Argument #1 ($array) must be of type array, null given in array_reduce
🇬🇧United Kingdom sadikyalcin
Never mind; I checked the source code and saw the var being defined. A custom patch was applied removing the `clients` var.
🐛 | Simple OAuth (OAuth2) & OpenID Connect | Argument #1 ($array) must be of type array, null given in array_reduce
🇬🇧United Kingdom sadikyalcin
🐛 | Simple OAuth (OAuth2) & OpenID Connect | Argument #1 ($array) must be of type array, null given in array_reduce
🇬🇧United Kingdom sadikyalcin
sadikyalcin → created an issue.