Hello,
I am trying to figure out the malfunction between my lemmy instance (0.19.2 on feddit.it) and my nodebb instance (4.4.4 on citiverse.co.uk).
I am trying to follow from NodeBB some remote communities on lemmy but some work while others do not.
For example: https://citiverse.it/category/test@feddit.it here I see posts actually made on test@feddit.it while here: https://citiverse.it/category/eticadigitale@feddit.it and on many others like https://citiverse.it/category/scienza@feddit.it etc it is all blank while communities are followed and have made posts on Lemmy.
I tried following a new community and this is the log I see on NodeBB. Is this correct?
138.199.xx - - [02/Jul/2025:09:35:06 +0000] "GET /category/gdr@feddit.it HTTP/1.1" 200 112488 "https://citiverse.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
127.0.0.1 - - [02/Jul/2025:09:35:06 +0000] "GET /assets/templates/500.js?_=1751448906900 HTTP/1.0" 200 1029 "https://citiverse.it/category/gdr@feddit.it" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
127.0.0.1 - - [02/Jul/2025:09:35:07 +0000] "GET /assets/templates/partials/toast.js?_=1751448906901 HTTP/1.0" 200 1703 "https://citiverse.it/category/gdr@feddit.it" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
io: 1 emit [ 'checkSession', 1 ]
io: 1 emit [ 'setHostname', 'citiverse.it' ]
io: 1 on [
{
type: 2,
nsp: '/',
id: 0,
data: [
'meta.rooms.enter',
{ enter: 'category_https://feddit.it/c/gdr' }
]
}
]
138.199.xx - - [02/Jul/2025:09:35:08 +0000] "PUT /api/v3/categories/https%3A%2F%2Ffeddit.it%2Fc%2Fgdr/watch HTTP/1.1" 200 91 "https://citiverse.it/category/gdr@feddit.it" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
io: 1 on [ { type: 2, nsp: '/', id: 14, data: [ 'admin.logs.get', null ] } ]
io: 1 on [ { type: 2, nsp: '/', id: 14, data: [ 'admin.logs.get', null ] } ]
io: 1 on [ { type: 2, nsp: '/', id: 14, data: [ 'admin.logs.get', null ] } ]
I saw this thread and thought it was correct to answer here even though the problem seems slightly different from what I have read.