My .htaccess file seems to be ok, but if we try to access a page that does not exist, instead of getting the 404 error response, I get the 500 error response.
This is the current code:
RewriteEngine On
# Remove o www e força o https
# fun...
You have a customer who sells real estate and real estate data is taken from an external jSON link. The system is working, but the system is delayed because there are MANY data. It spends about 1 - 2 minutes loading and then reports an error 500...
router.get('/addInv', function(req, res, next){
var usrInv = req.query.invusr;
EventData.update({_id:"5a6e22140c87a94340ac33ca"},
{$set:
{
invit: usrInv
}
})
});
When I try to insert the array contained within the 'usr...
GET
link
500 (Internal Server Error)
My role
function estadoDinamico(indice, key, width, height){
$.ajax({
type:'GET',
url : '<?= base_url(); ?>index.php/supervisaocontroller/estadoMaquinaMobAjax/'+key+...