TypeError: Cannot read properties of undefined (reading ‘isEE’)
When I’m accessing Strapi app directly by IP and port 1337 everything works fine. I’ve tried many things like deploying the new Strapi app but I can’t figure out what’s wrong.
I’ve run into very similar issue. I am trying to start strapi in local environment but i receive the same error. The error starts to throw whenever I try to modify the url property in server.ts. When the property is not set at all, everything works fine.
The solution I am aiming to achieve is to prefix all urls in entire api.
Same problem here… I deleted the .cache and build folder and the admin urls are stuck with /admin/admin slug … I can’t start in local, do you find any solution?
After changing url from “example.com/admin” to “admin.example.com” the error does not occur. I’ve figured out that error occures only for subdirectory, it works fine with subdomain.