n8n does not allow changing workflow name
I am trying to deploy n8n with this docker compose and although the services start fine, n8n does not let me modify the name of the workflow, I have looked for options in environment variables but I cannot find it, I don’t know if I am missing some permission or if it is due to .
¿How to transfer ip from postgres node to another node?
I am trying to deploy n8n with a JPS manifest, but I have the problem that Jelastic does not detect the DB_POSTGRESDB_HOST environment variable and I need to pass to that variable the ip of the postgres node with ${nodes.sqldb[0].address}
It only works when I have deployed it and manually added that variable and its value from the graphical interface but I have not been able to pass that variable to it from the JPS, not even by writing a random IP to see if it detects it.
Does anybody know what is it due to?
Thank you so much.