@pitaj I've tried what you have said. No errors in host machine while listening on
./nodebb logthe only errors are in the Dev Tools Console Tab, so the request isn't ever even sent to the server (to my small amount of knowledge).
I'm running nodeBB v0.7.0 with Persona theme.
The menu button at the top right corner of my page is not functional when browsing with Chrome on Android device, hence it's impossible to log in on mobile. It's a dead button. When browsing with Firefox on Android, a menu bar slides over when the button is clicked but quickly slides back and disappears.
This issue only occurs on my website, not on Nodebb community mobile page.
Does anybody have any idea where the issue may lie?
@snowplum Hey there, your Persona theme may be out of date, can you try upgrading?
I upgraded persona but the issue still persists
Perhaps when @psychobunny fixed it for Firefox/Safari, he broke it for Chrome
It does seem to work here, though... so we'll see when we update this environment
@julian I've just installed nodebb on a new server and the same problem occurred
Can you please provide the following information to help us debug?
git rev-parse HEAD
from the root of your NodeBB foldernpm ls nodebb-theme-persona
Thanks!
What plugins are active? Does it work if you ./nodebb reset plugins
?
On the new forum, the active plugins were
dbsearch
markdown
mentions
soundpack default
rewards essentials
theme lavender
theme persona
theme vanilla
widget essentials
Yes it works after I've tried ./nodebb reset plugins
Now none of the plugins is active.
Thanks @snowplum, now we're getting somewhere! Try re-enabling the basics:
It should still work. Then able some more, one at a time, restarting the forum each time, until you find the culprit
I've reactivated all plugins on the new forum and everything still works.
I did the same thing on my old forum, reset all plugins then reactivated all of them and the problem is gone.
Perhaps the issue is in an old version of Vanilla or Lavender that was installed by default?
Quite a bizzare set of circumstances! But I am glad it is working for you now