Thank you so much for your response.
Submitted an issue for this: https://github.com/NodeBB/NodeBB/issues/7601
Thank you so much for your response.
Submitted an issue for this: https://github.com/NodeBB/NodeBB/issues/7601
Thank you so much for your answer @baris .
The issue was resolved when I removed the extra / in url in config.json
so from
{
"url": "https://forum.forum.com/",
...
}
to
{
"url": "https://forum.forum.com",
...
}
Thank you so much for your answer @baris .
The issue was resolved when I removed the extra / in url in config.json
so from
{
"url": "https://forum.forum.com/",
...
}
to
{
"url": "https://forum.forum.com",
...
}
Hello! I am experiencing the same but when run on local, it exports perfectly. Any idea what could be mistake in setup?
@baris I'm on nodebb-plugin-friends 1.2.0, latest master and unfortunately, it doesn't
Hello @baris ,
Tried out your suggestion of starting nodebb from scratch (with default plugins installed) and downgraded nodebb from 1.11.2 to 1.11.0 then use nodebb-plugin-friends, unfortunately, it still isn't working. Recorded a screenshot trying this process, kindly check here: https://bit.ly/304bBC5
I executed ./nodebb-dev and it gave me an error upon start (image below), could this be the reason why it isn't working?
Thanks again for your help!
@baris
The plugin is active and installed in ACP, also tried to run it in ./nodebb dev.
Kindly review: https://bit.ly/2Zjesqv
Thanks so much
@baris I did your suggestion. Still not working.
Here's a screencast when I tried to rebuild and restart the forum: https://bit.ly/2LESyKU
Thank you for your help
@baris Thank you so much for your response.
I tried to your suggestion: Nodebb is now in version 1.11.2 and friends plugin is in 1.2.0
It's returning me a different error now which is "Page does not exist" when I went to
http://localhost:4567/user/:uid/friends
Do I need to set another page for this route?
Thanks again for the help.
Hello!
I have installed the nodebb-plugin-friends and nodebb-plugin-write-api. I saw a friends in the dropdown from the burger icon in user profile,
but when I clicked this, its giving me an internal error and the route was in
http://localhost:4567/user/:uid/friends
All I did was install both of the plugins. Do I need to configure something in the write-api plugin dashboard for this to work? Can you help me with what I'm missing out?
Appreciate your help. Thank you very much!
@julian Thanks so much ! This totally make sense. Worth to note, to add proxy_pass blocks to static files too.
Is there a way enable to search "all" as default for db-search in the forum search bar.
"All" , in context of Titles and Post, Users, Tags and especially post content, which means
the keyword will be retrieved as long as it exist within the post. Currently, keyword search are only limited to post titles.
On the other note: Will there be a possibility of having nodebb plugin for Algolia Search?
Thank you so much. I highly appreciate your help.