Skip to content

The app listens on localhost and does not work with external requests #1

@abeachcatalyze

Description

@abeachcatalyze

Change:

  "scripts": {
    "start": "./node_modules/.bin/http-server . -a 127.0.0.1 -p 8080 -o",

to

  "scripts": {
    "start": "./node_modules/.bin/http-server . -a 0.0.0.0 -p 8080 -o",

#2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions