@baris said in what happened in Recent.js ? (Is it possible cause in Database?):
Seems like you have a topic with an invalid cid, should be fixed in master.
I have changed the branch into master,and it can run well now. Thanks you very much.
Sorry for bringing this up again. I understand that you use NoSQL, which means there are no tables, but you still use keys to identify elements stored in the database and there is definitely a hierarchy there (username:
, group:
, etc). Do you have this documented anywhere?
For example, if I wanted to find a post in the database, which are the keys related to the post and which values are you storing?