I'm running into the exact same issue as yourself, is there an update on how this can be fixed?
Siber
Posts
-
Problems updating nodebb -
Dynamic content@psychobunny nodebb-plugin-mousetrap is not in the NPM registery and I also noticed that nodebb-plugin-designer has mousetrap as keyword and description.
-
Widgets SystemLooks great guys, will be looking into this how I can use it!
-
[Solved] Bug when logging inWhat version is your nginx? I fix a similar issue by updating nginx to 1.3+
-
Communicating with the DatabaseWhat is considered the best and cleanest way to get and set data to the Redis Database?
For instance I want to add the key nodebb-plugin-test:name "Siber" to the Database. How should I best do that? And then also how do I retrieve that key again from the Database?
-
The unlimited threadWelp this is going to take a while!
-
Who is using NodeBB?Finally got the forum online!
http://www.roamingroot.com/Super software guys!
-
[nodebb-theme-seawolf] Seawolf ThemeReally like the look! Goodjob
-
what's your develop tools(IDE) for nodebb in windows environment?@psychobunny Any other tips and tricks for using Sublime?
-
Plugin/Hooks not registered.Damn, you are correct. I feel like a fool. I forgot to activate the plugin.
Thanks for the help!
-
Plugin/Hooks not registered.Hello guys, first of all let me say. Great application you have made! That's why I was interested to see what I could do with it.
So I've started writing a plugin that at this moment only has to show an extra page in the Admin panel. On this page it only says something like test.
The problem is, I install it with NPM and start nodebb in dev, but it does not show in the info log.
When manually going to the programmed route, I get the following error: warn: Route requested but not found: /admin/plugins/streamlist
My github repo: https://github.com/Siber/nodebb-plugin-streamlistI've been looking at typo's and stuff but I don't seem to find anything. Could you guys help me out? Thanks!