From 1c92a8676bedc98ba0e7153167dcb0f5db7df5a7 Mon Sep 17 00:00:00 2001 From: Sasha Date: Sun, 3 Dec 2023 20:14:34 +0100 Subject: [PATCH] add cors solution --- run_node.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run_node.sh b/run_node.sh index b7f0869..7e63156 100644 --- a/run_node.sh +++ b/run_node.sh @@ -86,6 +86,7 @@ exec /usr/bin/wakunode\ --rest=true\ --rest-address=0.0.0.0\ --rest-port=8645\ + --rest-allow-origin:"localhost:*"\ --nat=extip:"${MY_EXT_IP}"\ --store=true\ --store-message-db-url="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/postgres"\