Open rthomas6charter opened 1 month ago
Docker startup script fails if both self-signed certificates and NODE_OPTIONS env variable are in effect.
This: https://github.com/n8n-io/n8n/blob/master/docker/images/n8n/docker-entrypoint.sh#L4 ...needs quotes around the value in the export statement so the part after the space isn't interpreted as a separate argument.
Normal startup with effective env variable set to:
Official Docker Container - Base Image (Alpine?) linux/arm64
1.46.0
18.19.1
PostgreSQL
main (default)
Hey @rthomas6charter,
We have created an internal ticket to look into this which we will be tracking as "GHC-246"
Bug Description
Issue
Docker startup script fails if both self-signed certificates and NODE_OPTIONS env variable are in effect.
Probable Solution
This: https://github.com/n8n-io/n8n/blob/master/docker/images/n8n/docker-entrypoint.sh#L4 ...needs quotes around the value in the export statement so the part after the space isn't interpreted as a separate argument.
To Reproduce
Expected behavior
Normal startup with effective env variable set to:
Operating System
Official Docker Container - Base Image (Alpine?) linux/arm64
n8n Version
1.46.0
Node.js Version
18.19.1
Database
PostgreSQL
Execution mode
main (default)