I am to do a simple a server side processing tables are showing however error 404 when ordered

I am to do a simple a server side processing tables are showing however error 404 when ordered

ShiroekuShiroeku Posts: 3Questions: 1Answers: 0

I have already corrected name space to use Yajra\Datatables\Facades\Datatables;
tables are now showing up however encounters 404 file not found.

My debug code is  debug code: ojilab (view).

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,743Questions: 1Answers: 10,111 Site admin
    Answer ✓

    I really can't help much here as it sounds like a server-side issue. You would need to debug the route handling to understand why it isn't going through to your route definition.

    Allan

  • ShiroekuShiroeku Posts: 3Questions: 1Answers: 0

    Thank you for the response. Routes have been corrected. Issue persist I think this is an environment issue. Can be resolved if homestead is used.

  • ShiroekuShiroeku Posts: 3Questions: 1Answers: 0
    edited August 2016

    I deployed the app live in heroku and so this is indeed a confirmed environment issue. 404 error is gone. This can be closed now. Thank you.

This discussion has been closed.