You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup:
WSL2 with Ubuntu 24.04
Local Edge Node services with a pre-deployed local V8 DKG Core testnet node
All ports are default, all settings are default following boilerplate setup
Issue:
Despite changing UserConfigs edge_node_publish_mode to private, the logs on edge-node-api still displays "Edge node publish mode is public, aborting sync operation..."
Upon verifying edge-node-auth-service.UserConfigs I notice there are 2 strings with edge_node_publish_mode, string 1 and 35.
Setup:
WSL2 with Ubuntu 24.04
Local Edge Node services with a pre-deployed local V8 DKG Core testnet node
All ports are default, all settings are default following boilerplate setup
Issue:
Despite changing UserConfigs edge_node_publish_mode to private, the logs on edge-node-api still displays "Edge node publish mode is public, aborting sync operation..."
Upon verifying
edge-node-auth-service
.UserConfigs I notice there are 2 strings with edge_node_publish_mode, string 1 and 35.seeders/20241023152650-add_edge-node-publishing-mode.js seems to be adding the first edge_node_publish_mode line and then running the UserConfig.sql adds the second entry.
After removing one of the 2 entries and setting value to private, edge-node-api is able to detect the correct value!
The text was updated successfully, but these errors were encountered: