Skip to content

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

@anilnokia

Description

@anilnokia

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions