Howdy, Honestly I didn’t really think this was an MSR Set Reaction pandemic and was more than likely a locally induced error of some sort.
This is fixed now based on something you said in your last reply suspecting an update problem which pulled me out of a loop and put me on the right path.
Summary: Upgrading to latest-22274 fixed the problem but QNAP’s Container Station using the Docker Hub Tab would only download and install latest-22179. Not sure if this is a QNAP bug or feature.
Detail: For the benefit of any QNAP NAS users out there I’ll explain.
Using QNAP NAS’s Container Station, searching for “reactor” in the “Docker Hub” tab I would select "latest-amd64”, but it would only install latest-22179 and not the actual latest-22274. Picking up the NAS and shaking it a few times, turning it off and on again, or putting more quarters in it didn't help.
In the past I didn’t find a need to do the following since I believe Container Station should be doing this all by self, and if not, user error on my part.
So to fix this I ssh’d to the QNAP NAS CLI and ran.
docker pull toggledbits/reactor:latest-amd64
Which returned the following, I was feeling optimistic seeing the "pull completes' "
[basai@basai ~]$ docker pull toggledbits/reactor:latest-amd64
latest-amd64: Pulling from toggledbits/reactor
8663204ce13b: Already exists
8c392e9e905c: Already exists
36ce72f2f129: Already exists
2e8529c47e46: Already exists
26c2865d7fe4: Pull complete
b45a2cf2a065: Pull complete
ac02d13d40de: Pull complete
2bd82a6d3d8c: Pull complete
Digest: sha256:a192e403200a62664cec40f40f61499218ac9a0cae3b8ed8390f87679505105d
Status: Downloaded newer image for toggledbits/reactor:latest-amd64
docker.io/toggledbits/reactor:latest-amd64
[basai@basai ~]$
After this completed, now when I went to create a new docker by going into container station, searching for “reactor” in the “Docker Hub Tab” and selected “latest-amd64” it correctly installed latest-22274 and also pre-populated the NODE_PATH variable correctly which wasn’t happening before.
Problem solved and MSR is working as expected again.
Thanks you for your help, MSR Rocks!
-bh