Strange strapi crash

System Information
  • **Strapi Version4.5.6:
  • **Operating Systemrocky linux:
  • **Databasepostgresql:
  • **Node Version18.13.0:
  • **NPM Version4.5.6:
  • Yarn Version:

hello, I have a strange strapi behaviour on rocky linux

  1. fresh and clean strapi install
  2. clean postgres db
  3. install, create admin user

– !no more action with strapi!–

  1. trigger in browser any kind of api, for example: http://192.168.254.118:1337/api/users
    Of course get 403 but its doesn’t matter.

  2. strapi hangs. In console - last api request, no errors/warning.

admin panel is not working, api is down.

ps - any actions inside admin panel works fine: data view, creation and so on. Only http api request causing problem.