.net Core production problem

.net Core production problem

Pedro MartinsPedro Martins Posts: 22Questions: 11Answers: 0
edited November 2019 in Free community support

Hello everyone. I am having trouble with my web app using Editor. Web app works great in development on my local machine. but when i try it on my web server, get this error on all tables using Editor.

DataTables warning: table id=example - Ajax error.
For more information about this error, please see http://datatables.net/tn/7

the problem must be because datatables using editor are looking for info of db connection and type defined in launchSettings.json. But i was reading launchSettings isn´t used in production when project is published.

Tables using only datatables are working great!
What can i do to make it work???

Answers

  • allanallan Posts: 63,195Questions: 1Answers: 10,412 Site admin

    What is the server responding with please? The documentation on the tech note the error links to describes how you can get that information, or you could use the debugger to upload a trace to me.

    Thanks,
    Allan

This discussion has been closed.