错误:CON laravel恩axios.put“请求,状态码500失败”()

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了错误:CON laravel恩axios.put“请求,状态码500失败”()相关的知识,希望对你有一定的参考价值。

我学习在这种情况下,5.6版与laravel工作,通过实现与爱可信代码到我的网页更新表,我得到以下信息enter image description here我有问题的代码是下一个

actualizarCategoria(){
               if (this.validarCategoria()){
                    return;
                }
                
                let me = this;

                axios.put('/categoria/actualizar',{
                    'nombre': this.nombre,
                    'descripcion': this.descripcion,
                    'id': this.categoria_id
                }).then(function (response) {
                    me.cerrarModal();
                    me.listarCategoria();
                }).catch(function (error) {
                    console.log(error);
                }); 
            }
答案

我要说的是,错误500 =错误形成服务器。所以,你的要求可能会格式不正确或您的API(laravel侧)的错误。检查你的php的日志,你应该看到一个错误,并期待在镀铬网络标签可以看到来自服务器的响应

以上是关于错误:CON laravel恩axios.put“请求,状态码500失败”()的主要内容,如果未能解决你的问题,请参考以下文章

laravel vuejs/axios put request Formdata 为空

错误:网络错误:使用 axios.put 方法多次请求服务器。但随后捕获错误

django rest + axios put请求错误403

Axios PUT 不更新数据

axios.put 保存为字符串

API 未在 axios put 中检测 PUT 请求中的模型