AWS hosted n8n unable to activiate on form submission after restart of instance and having a new Public Address

Dear all,

I am having difficulities in setting up the on form submission (graph 1, 2)

I have recently restart my instance from AWS EC2 and got a new public address [graph 2], I am not sure if it got anything to do with it.

I have also copy the docker environment for for your reference, [graph 3]

Any help is highly appreciated

Graph 1

graph 2

graph 3

docker run -d
-p 5678:5678
-v n8n_data:/home/node/.n8n
-e N8N_SECURE_COOKIE=false
-e N8N_BASIC_AUTH_ACTIVE=true
-e N8N_BASIC_AUTH_USER=admin
-e N8N_BASIC_AUTH_PASSWORD=securepass
-e N8N_HOST=[new ip].nip.io
-e WEBHOOK_URL=https://[new ip].nip.io
-e N8N_EDITOR_BASE_URL=https://[new ip].nip.io
-e N8N_TIMEZONE=Asia/Hong_Kong
-e TZ=Asia/Hong_Kong
-e N8N_RELEASE_TYPE=stable
-e NODE_ENV=production
–restart always
–name n8n
n8nio/n8n:latest

@Williams_tan - I don’t have an answer for you (I can’t see all your images) but if those are your actual credentials I would urge you to remove them from your post, or better yet, delete the post and create a new one without credentials.