Datatable Editor for NodeJS - running the examples issue

Datatable Editor for NodeJS - running the examples issue

sergey.kochsergey.koch Posts: 1Questions: 1Answers: 0

After following https://editor.datatables.net/manual/nodejs/installing instructions, I get an error "Sorry can't find that!" when running the program and launching a browser. Are there any suggestions on how to fix this? Thanks!

Answers

  • kthorngrenkthorngren Posts: 21,144Questions: 26Answers: 4,918

    Sounds like that is a custom message for a 404 error. You will need to look at your server logs to determine why the 404 error is being returned.

    Kevin

  • robbaranrobbaran Posts: 2Questions: 0Answers: 0

    I have the same issue. Did you ever find a solution?

  • robbaranrobbaran Posts: 2Questions: 0Answers: 0
    edited May 2019

    Actually, I think I found the problem:

    Try navigating to 'http://localhost:8081/examples' instead of 'http://localhost:8081'.

    The code DataTables provides doesn't have any valid route at the root directory. This is the reason for the 404 error. All you need to do is navigate to one of the valid routes (like examples/index.html in my example)

This discussion has been closed.