Server does not start after creating project

System Information
  • Strapi Version: 4.22.1
  • Operating System: Fedora 39
  • Database: SQLite
  • Node Version: 20.12.1
  • NPM Version: 10.5.0

What happens is that whenever the server loading process enters the last part ⠸ Loading Strapi it simply returns to the terminal after some time without starting the server, I couldn’t find what could be happening.
The npm run develop command ends with the same result.

I’ve already checked the port used by Strapi and it’s free.
I ran the command npx strapi develop --debug and I got the following:

[DEBUG] Loaded package.json: 
 {
  name: 'backend-next-shopp',
  private: true,
  version: '0.1.0',
  description: 'A Strapi application',
  scripts: {
    develop: 'strapi develop',
    start: 'strapi start',
    build: 'strapi build',
    strapi: 'strapi'
  },
  dependencies: {
    '@strapi/plugin-cloud': '4.22.1',
    '@strapi/plugin-i18n': '4.22.1',
    '@strapi/plugin-users-permissions': '4.22.1',
    '@strapi/strapi': '^4.22.0',
    'better-sqlite3': '8.6.0',
    react: '^18.0.0',
    'react-dom': '^18.0.0',
    'react-router-dom': '5.3.4',
    'styled-components': '5.3.3'
  },
  author: { name: 'A Strapi developer' },
  strapi: { uuid: '560a9f45-1846-4440-8880-4f4eb1906e41' },
  engines: { node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0' },
  license: 'MIT',
  readme: 'ERROR: No README data found!',
  _id: 'backend-next-shopp@0.1.0'
}
⠋ Building build context
⠙ Building build context[INFO] Including the following ENV variables as part of the JS bundle:
    - ADMIN_PATH
    - STRAPI_ADMIN_BACKEND_URL
    - STRAPI_TELEMETRY_DISABLED
[DEBUG] Cleaning dist folder: /home/juvenal/next/backend/backend-next-shopp/build
⠹ Building build context[DEBUG] Cleaned dist folder
[DEBUG] Dependencies from user's project 
 {
  '@strapi/plugin-cloud': '4.22.1',
  '@strapi/plugin-i18n': '4.22.1',
  '@strapi/plugin-users-permissions': '4.22.1',
  '@strapi/strapi': '^4.22.0',
  'better-sqlite3': '8.6.0',
  react: '^18.0.0',
  'react-dom': '^18.0.0',
  'react-router-dom': '5.3.4',
  'styled-components': '5.3.3'
}
[DEBUG] User's plugins file 
 {}
[DEBUG] Enabled plugins 
 {
  'strapi-cloud': {
    name: 'strapi-cloud',
    importName: 'strapiCloud',
    type: 'module',
    modulePath: '@strapi/plugin-cloud'
  },
  i18n: {
    name: 'i18n',
    importName: 'i18N',
    type: 'module',
    modulePath: '@strapi/plugin-i18n'
  },
  'users-permissions': {
    name: 'users-permissions',
    importName: 'usersPermissions',
    type: 'module',
    modulePath: '@strapi/plugin-users-permissions'
  }
}
[DEBUG] Enabled plugins with FE 
 [
  {
    name: 'strapi-cloud',
    importName: 'strapiCloud',
    type: 'module',
    modulePath: '@strapi/plugin-cloud/strapi-admin'
  },
  {
    name: 'i18n',
    importName: 'i18N',
    type: 'module',
    modulePath: '@strapi/plugin-i18n/strapi-admin'
  },
  {
    name: 'users-permissions',
    importName: 'usersPermissions',
    type: 'module',
    modulePath: '@strapi/plugin-users-permissions/strapi-admin'
  }
]
✔ Building build context (552ms)
⠋ Creating admin[DEBUG] Created the runtime directory
[DEBUG] Rendered the HTML
⠙ Creating admin[DEBUG] Wrote the index.html file
⠹ Creating admin[DEBUG] Wrote the app.js file
⠼ Creating admin[DEBUG] Webpack config {
  experiments: { topLevelAwait: true },
  entry: { main: [ './.strapi/client/app.js' ] },
  resolve: {
    alias: {
      '@strapi/design-system$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/@strapi/design-system',
      '@strapi/helper-plugin$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/@strapi/helper-plugin',
      '@strapi/icons$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/@strapi/icons',
      'date-fns$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/date-fns',
      'formik$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/formik',
      'history$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/history',
      'immer$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/immer',
      'qs$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/qs',
      'lodash$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/lodash',
      'react$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/react',
      'react-dnd$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/react-dnd',
      'react-dnd-html5-backend$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/react-dnd-html5-backend',
      'react-dom$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/react-dom',
      'react-error-boundary$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/react-error-boundary',
      'react-helmet$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/react-helmet',
      'react-is$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/react-is',
      'react-intl$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/react-intl',
      'react-query$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/react-query',
      'react-redux$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/react-redux',
      'react-router-dom$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/react-router-dom',
      'react-window$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/react-window',
      'react-select$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/react-select',
      'redux$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/redux',
      'reselect$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/reselect',
      'styled-components$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/styled-components',
      'yup$': '/home/juvenal/next/backend/backend-next-shopp/node_modules/yup'
    },
    extensions: [ '.js', '.jsx', '.react.js', '.ts', '.tsx' ]
  },
  module: {
    rules: [
      [Object], [Object],
      [Object], [Object],
      [Object], [Object],
      [Object]
    ]
  },
  plugins: [
    HtmlWebpackPlugin {
      userOptions: [Object],
      version: 5,
      options: [Object]
    },
    DefinePlugin { definitions: [Object] },
    MiniCssExtractPlugin {
      _sortedModulesCache: [WeakMap],
      options: [Object],
      runtimeOptions: [Object]
    }
  ],
  stats: 'errors-only',
  mode: 'production',
  bail: true,
  devtool: false,
  output: {
    path: '/home/juvenal/next/backend/backend-next-shopp/build',
    publicPath: '/admin/',
    filename: '[name].[contenthash:8].js',
    chunkFilename: '[name].[contenthash:8].chunk.js'
  },
  optimization: {
    minimize: undefined,
    minimizer: [ [ESBuildMinifyPlugin] ],
    moduleIds: 'deterministic',
    runtimeChunk: true
  }
}
✔ Creating admin (137360ms)
⠸ Loading Strapi