-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Closed
Closed
Copy link
Description
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 json-server@0.15.1 --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"
}
]
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels