Empty plugin's list
-
Try stopping NodeBB then running
./nodebb upgrade
-
@PitaJ said in Empty plugin's list:
./nodebb upgrade
I did upgrading (got two warnings: in entrypoint size limit and asset size limit). But there is no result: the list is empty.
by the way:
npm audit report dicer * Severity: high Crash in HeaderParser in dicer - https://github.com/advisories/GHSA-wm7h-9275-46v2 **No fix available** node_modules/dicer busboy <=0.3.1 Depends on vulnerable versions of dicer node_modules/busboy multer <=2.0.0-rc.3 Depends on vulnerable versions of busboy node_modules/multer nodebb-plugin-emoji >=2.0.0 Depends on vulnerable versions of multer node_modules/nodebb-plugin-emoji nodebb-plugin-emoji-android * Depends on vulnerable versions of nodebb-plugin-emoji node_modules/nodebb-plugin-emoji-android 5 high severity vulnerabilities Some issues need review, and may require choosing a different dependency.
# node --version v16.15.1 # npm --version 8.13.1
-
@kadmy any errors in the server logs?
-
this is also a problem that @cagatay has encountered with v2 upgrade...
Before 2.0.X, there was already a problem with the plugin list, I guess it might be related:
Plugins not listed in 1.19.5
The plugin listing appears for a short time and then instantly disappears in 1.19.5. If you go to /admin/extend/plugins#download, it appears like this: Ther...
NodeBB Community (community.nodebb.org)
-
@crazycells Yes, exactly the same problem! "The plugin listing appears for a short time (≈0.1sec) and then instantly disappears"
-
@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?
-
@kadmy anything in your browser log?
-
@kadmy I have no idea what a HAR is. I meant the console in your browser developer tools.
-
@kadmy looks like you're on the "find plugins" tab. Do the other tabs behave the same?
-
@kadmy wait so you can access those other tabs fine. What is the problem you're having? You can't search for or install plugins?
-
Ah, ok. What happens if you type in the "search for plugins" box?
-
It seems I have solved the problem. I did stopping NodeBB then installing NVM, then installing latest Node (18.4.0 against 16.x.x before), and running "./nodebb build".
After restartng NodeBB works fine vith the plugin-searching.Thank you very much for your time and participation, dear @PitaJ
-
@kadmy glad you got it working. We'll have to investigate to see if we can reproduce with node 16
-