Closed
Description
When deploying a new theme, it fails because setup:static-content:deploy
runs before setup:upgrade
and there is no such theme found in theme
table in database.
Error thrown is:
Unable to load theme by specified key: '<vendor>/<theme>'
Wonder if static content should not be moved after setup upgrade.