Node-red palette manager not updating

I'm unsure if the problem is local to me as I can't see any other posts reporting it.

I've not seen palette manager update the catalogue for over 2days, on inspection the last catalogue was 2026-08-29T17:25:36.898Z.

any one else having this problem ?

thanks

How are you seeing that update time?

https://catalogue.nodered.org/
or if you want it in json, along with the complete list:
https://catalogue.nodered.org/catalogue.json

It's not just you.

The catalogue is not updating i can confirm this, i updated nodes yesterday, the node info on nodered.org says its updated, but the pallet manager has not. I used this curl -s https://catalogue.nodered.org/catalogue.json | python3 -c "import sys,json; d=json.load(sys.stdin); print(next((m for m in d['modules'] if m['id']=='node-red-contrib-3dm-space'), 'NOT FOUND'))" came back with an old version!

Updates are flowing again.

Cheers Mush :slight_smile:

I have two that I would like to have deleted, I changed names and made two new

These to be deleted:

node-red-tab-manager-v5 1.0.6
node-red-tab-manager-v4 1.0.6

Superseded by:

@krambriw/node-red-tab-manager-v5 1.0.7
@krambriw/node-red-tab-manager-v4 1.0.7

@krambriw both removed from the library

Wonderful, many thanks!!