英文:
Laravel 8 page expired 419 on post request when move to new domain
问题
我将项目移至同一服务器的另一个域目录
只清除缓存,路由,视图,配置
然后更新composer并生成新密钥
但在任何提交请求中都给我(419页过期)
以及Ajax请求中的CSRF令牌不匹配
域DNS来自Cloudflare
英文:
I move the project to another domain directory in the same server
i just clear cache, routes, views, config
then update the composer and generate new keys
but it gives me (419 page expired) in any post request
and CSRF token mismatch in Ajax request
domain DNS from cloudflare
答案1
得分: 1
我找到了解决我的问题的方法。
在config/session.php文件中的域值与旧域名相关。
我更改为新域名,问题得以解决。
英文:
i found solution for my problem
the domain value in the config/session.php file is related to the old domain
i change to new domain and this solve the problem
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论