TypeError: array_filter(): Argument #1 ($array) must be of type array, null given in array_filter() (line 687 of /home/wheelieg/public_html/web/core/modules/views/src/Plugin/views/field/EntityField.php)
Disabling sorting from the view takes care of this error.
Warning: Undefined array key "#type" in _ds_field_ui_table_layouts()
Was getting a similar error with Drupal - 9.5.10 and PHP - 8.1.21, which goes away after applying patch #34. Can a new version be released with the above patch?
Found the same bug. Due to this issue i have deferred my Drupal 7 site upgrade.
The token module creates page number even if there is no pagination involved i.e. if there is only a single page. Also the first page is always numbered, which is not needed. There were no such issues in metatag token [current-page:pager] in older Drupal 7 versions.
I am not sure if this is still relevant as there's newer 2.x branch being developed.