Cannot read properties of undefined (reading 'concat')

System Information
  • Strapi Version: 3.6.8
  • Operating System: MacOS Version 11.4
  • Database: Azure MySQL
  • Node Version: 14.17.0
  • NPM Version: 6.14.13
  • Yarn Version: 1.22.11

After adding custom logo under the directory “admin/src/assets/image” and build again, an error “main.f3ead217.chunk.js:124091 TypeError: Cannot read properties of undefined (reading ‘concat’)” is thrown when visiting the admin portal.
How can I fix this error?