[nodebb-plugin-link-preview] Rich Embeds and Link Previews
-
I do not know if it is possible, but I still think it would be very cool to have a pdf previews in the forum, so users do not have to leave the forum to check the pdf documents...
-
-
I installed the plugin via dashboard plugins.
NodeBB v3.10.3
I did a rebuild, the plugin appears, but saving settings does not work.
In addition, I have this error in the console: âadmin.min.js?v=o50k63atqko:1 error loading admin/plugins/link-preview
Error: Cannot find module './plugins/link-preview'âWhat did I do wrong?
-
What kind of hosting? Some container based and one click installs do not support updating plugins from dashboard. Please try to do the same thing from command line.
-
I have VPS, and other plugins works fine, I have only problem with this. Save button dosen't work in plugin settigns.
/admin/plugins/link-preview
When I click "Save changes"/"Zapisz zmiany" - nothing happen, and after refresh page changes on checkboxes are gone.
-
Hello! I have one error, and the build is successfully
2024-12-02T14:00:40.772Z [4567/43946] - info: [build] admin control panel styles build completed in 5.442sec 2024-12-02T14:00:40.773Z [4567/43946] - info: [build] templates build started 2024-12-02T14:00:42.294Z [4567/43946] - info: [build] templates build completed in 1.521sec 2024-12-02T14:00:42.296Z [4567/43946] - info: [build] languages build started 2024-12-02T14:00:47.214Z [4567/43946] - info: [build] languages build completed in 4.918sec 2024-12-02T14:00:47.216Z [4567/43946] - info: [build] Bundling with Webpack. 315 assets 788 modules ERROR in ./build/public/scripts-client.js 1960:5 Module parse failed: Unexpected token (1960:5) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders | }); | > ;CC0 1.0 Universal | | Statement of Purpose webpack 5.94.0 compiled with 1 error in 19554 ms 2024-12-02T14:01:07.713Z [4567/43946] - info: [build] Asset compilation successful. Completed in 41.304sec.
-
@baris How should I find it in the admin panel or in the source code on the server?
Edit:
Ok I found the problem!grep -r ";cc0 1.0 universal"
- there was problem with depreacted pluginnodebb-plugin-html5videoplayer
- I removed this and know everythong works fine!Thanks a lot for your quick help! This is my first time using NodeBB.