https://v3.docs.apostrophecms.org/guide/setting-up.html#creating-a-project Why in the hell did you choose port 3000 for the ApostropheCMS server ? If you work with Node.js you will know that most web app back ends use port 3000 (http) and 3001 (https) for their user-event servers. But you just went ahead and created a conflict between the app backend and the app's CMS servers over access to port 3000 . . . Thanks, Ernie & Bert.