I get the following error: TypeError: data is null
I get the following error: TypeError: data is null
klermann            
            
                Posts: 277Questions: 67Answers: 1            
            Hello Allan, when I try to create an item inside the datatable in the consol, I get the following error: TypeError: data is null. The object returns normally but, after being created but, the modal window does not close resulting in the error.
Login: admin@admin.com
pass:admin
ec2-34-224-65-226.compute-1.amazonaws.com:8080/financeiro/receitas/
This question has an accepted answers - jump to answer
This discussion has been closed.
            
Answers
moment.min.js is not loading for me.
Loading here - https://prnt.sc/inv8z7
The error message I see in the console is:
Looking at that block of code I see:
So the error message means that
dataisnull. Your code isn't checking for that, so you need to either allow for that in the code or correct the data if it shouldn't be null.Allan
Thanks