Unabel to change to admin panel root directory

System Information
  • Strapi Version: 4.5.4
  • Operating System: windows
  • Database: postgresql
  • Node Version: 14.17.6
  • NPM Version: 6.14.15
  • Yarn Version: NA

image

The above is my server.ts file, I tried to change the strapi admin url to /console/strapi, but It is giving me error :

image

and in the browser it is giving me the error : An error occured while requesting the API.
and in console, it is giving me this error :
main.287f2525.js:2547 TypeError: Cannot read properties of undefined (reading ‘isEE’)
at main.287f2525.js:2547:27955
at Generator.next ()
at Ut (main.287f2525.js:2547:27442)

1 Like