Maybe worth to mention is that we start strapi like this:
start.js:
const strapi = require(‘strapi’);
strapi().start();
We need to do this because we are running openlitespeed
Maybe worth to mention is that we start strapi like this:
start.js:
const strapi = require(‘strapi’);
strapi().start();
We need to do this because we are running openlitespeed