Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WS_SECRET NOT SET #368

Open
hatemmhb opened this issue Feb 11, 2024 · 0 comments
Open

WS_SECRET NOT SET #368

hatemmhb opened this issue Feb 11, 2024 · 0 comments

Comments

@hatemmhb
Copy link

I have been set the configuration in app.json as below:
[ { "name" : "geth3", "script" : "app.js", "log_date_format" : "YYYY-MM-DD HH:mm Z", "merge_logs" : false, "watch" : false, "max_restarts" : 10, "exec_interpreter" : "node", "exec_mode" : "fork_mode", "env": { "NODE_ENV" : "production", "RPC_HOST" : "localhost", "RPC_PORT" : "8551", "LISTENING_PORT" : "30301", "INSTANCE_NAME" : "", "CONTACT_DETAILS" : "", "WS_SERVER" : "https://localhost:8545", "WS_SECRET" : "255", "VERBOSITY" : 2 } } ]
Then run frontend using the command npm start
but I always have this error
"WS_SECRET NOT SET!!!"
How do i set the WS_SECRET and where?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant