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 ![]()
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 ![]()