Claudio Balbino
n8n community node installation problem
I added the commands below to the Dockerfile... in another installation it worked perfectly, but I had to destroy it and in the new one it doesn't work
RUN mkdir /home/node/.n8n/nodes
WORKDIR /home/node/.n8n/nodes
RUN npm i n8n-nodes-chatroot n8n-nodes-text-manipulation
The logs follow:
12 replies
Internal server error when accessing Typebot
I noticed that since yesterday the new installations with the Typebot template present the error Internal server error when trying to access the url of the builder. Problem also reported by several users who used my referral link.
Using Detected Dockerfile context: bf048ee8b6da4f93788806cc790756d5 ERROR: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Using Detected Dockerfile context: bf048ee8b6da4f93788806cc790756d5 ERROR: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
55 replies
Typebot upload files not working
I installed Minio and Typebot services, using templates
I added the following S3 variables in Typebot:
S3_ACCESS_KEY=XXXXXXXXX
S3_SECRET_KEY=XXXXXXXXXX
S3_BUCKET=typebot
S3_ENDPOINT=console-production-c442.up.railway.app
But I can't use Typebot's upload files feature... where am I going wrong?
10 replies