problem is cookie -> domain.tld setting -> can n ot login how...
-
bros..
how can delete domain.tld config < --- i can not log in....
i got the problem
os: ubuntu
nodebb ver 1.4.5
nginx : no
ssl : nothis problem is .. appeared after this menu setting..
(https://i.imgur.com/TpkmGmo.png)
i can not log in admin...and any id .. new id too..
how can.. bros.. help plz
reboot and reboot restart and restart.. T T
-
solved it!!!!! by this method thanks to @yariplus
Session Mismatch
db.objects.update({ _key: "config" }, { $set: "cookieDomain": "" }); Should be db.objects.update({ _key: "config" }, { $set: {"cookieDomain": "" }});
NodeBB Community (community.nodebb.org)
db.objects.update({ _key: "config" }, { $set: "cookieDomain": "" });
Should be
db.objects.update({ _key: "config" }, { $set: {"cookieDomain": "" }});
Copyright © 2024 NodeBB | Contributors