Skip to content

404 error on home page with the 0.16 version using npx #1079

@kuncevic

Description

@kuncevic

Once switched to 0.16 version stated getting an 404 error in home page using npx:

npx json-server --watch db.json - 404 error when navigating the home page
npx [email protected] --watch db.json - no error

my db.json

{
  "video": [
   {
      "id": "hiOjK992bPU",
      "title": "LINDEMANN - Steh auf (Official Video)",
      "views": "8812123",
      "likes": "219234",
      "dislikes": "4389"
    },
    {
      "id": "NeQM1c-XCDc",
      "title": "Rammstein - Deutschland (Official Video)",
      "views": "88123123",
      "likes": "22543345",
      "dislikes": "75123"
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions