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

Front-end template not working from remote client computer browser #553

Open
2 tasks done
anilnokia opened this issue Apr 11, 2023 · 0 comments
Open
2 tasks done

Comments

@anilnokia
Copy link

Is there an existing issue?

  • I have searched the existing issues

Experiencing problems? Have you tried our Stack Exchange first?

  • This is not a support question.

Description of bug

Hi,

I started node-template using following:

./target/release/node-template --dev --tmp --ws-external

Then I started node template using:
yarn start.

But this is only accessible from localhost:8000. How can I start node template and front-end template so that I can access it using browser on any computer using IP address:8000. I have tried to modify development.json as follows:

{
"PROVIDER_SOCKET": "ws://100.71.82.189:9944"
}

but still when I start front-end-template, it shows localhost:8000. I would like to access it from remote client using IP:8000 of node.

Thank you

Anil

Steps to reproduce

No response

@bkchr bkchr transferred this issue from paritytech/substrate Apr 11, 2023
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