500 Internal Server Error when visiting https://forge.mydomain.com/setup

The Node-RED userDir is in /data in the Docker container, but you really should not be manually installing nodes into container on the command line as they are tracked by FlowFuse when installed via the UI so they can be re-installed if the container/stack needs to be restarted.

Docker containers use what is known as overlay filesystems which map on to the host system. If you have run out of disk space it is most likely because you have filled the host filesystem. You should check if it is full by running df -h.

You can normally increase the size of a EC2 instance file system by increasing the volume in the AWS console and then running the commands as root to expand the filesystem. e.g Expand the EBS root volume of your EC2 Linux instance | AWS re:Post

1 Like

Ok Ill try those things

I was able to install nodes after increasing the storage size available as instructed. However these particular nodes have always been finicky and appeared to "take better" if I would install them via NPM

its the node library dependencies - additionally these nodes allow access to a library that has more dependencies than are installed with just the nodes themselves