Notice: Array to string conversion in /var/www/app/web/wp/wp-includes/general-template.php on line 1200

Btw. for Sage 9 there is an update branch in progress that fixes a lot of problems, notably with the webpack build:

As you are working in a development environment, could you either debug (e.g. VSCode breakpoint with XDebug or just a good old var_dump(...); exit; this particular line (1200) in the WordPress core code of the site ((web/)wp/wp-includes/general-template.php in Bedrock sites)?
https://github.com/WordPress/WordPress/blob/5.6.2/wp-includes/general-template.php#L1200

What are the values of $paged and $page? Are these integers, strings or arrays?
Any plugins enabled?