Unable to customize the admin panel

I had the same error and I solved it by changing the path to call ‘customisations’ within .strapi/client/app.js

wrong: …/…/admin/app.js
correct: …/…/src/admin/app.js

Now everything works perfectly :slight_smile: