@PitaJ said in Empty plugin's list:
@kadmy any errors in the server logs?
When I load "/admin/extend/plugins#download" no errors occur, neither in syslog, nor in dmseg, nor in journalctl
Here is nodebb.log:
2022-06-27T14:44:02.003Z [4567/194199] - info: Initializing NodeBB v2.2.1 https://my.site
2022-06-27T14:44:03.493Z [4567/194199] - info: [socket.io] Restricting access to origin: https://my.site:*
2022-06-27T14:44:03.687Z [4567/194199] - warn: [helpers.setupAdminPageRoute(/admin/plugins/mentions)] passing `middleware` as the tated, it can now be safely removed
2022-06-27T14:44:03.702Z [4567/194199] - warn: [helpers.setupAdminPageRoute(/admin/plugins/emoji)] passing `middleware` as the third, it can now be safely removed
2022-06-27T14:44:03.739Z [4567/194199] - info: [api] Adding 0 route(s) to `api/v3/plugins`
2022-06-27T14:44:03.757Z [4567/194199] - info: [router] Routes added
2022-06-27T14:44:03.768Z [4567/194199] - info: NodeBB Ready
2022-06-27T14:44:03.770Z [4567/194199] - info: Enabling 'trust proxy'
2022-06-27T14:44:03.773Z [4567/194199] - info: NodeBB is now listening on: 0.0.0.0:4567
2022-06-27T14:44:03.773Z [4567/194199] - info: Canonical URL: https://my.site
What other errors could I try to find and where?