When I load a page with an error in Laravel 6.0 I get this error in the Chrome Console:
(当我在Laravel 6.0中加载带有错误的页面时,我在Chrome控制台中收到此错误:)
Uncaught SyntaxError: Unexpected token ';'
profile:99 TypeError: Cannot read property 'stacktrace' of undefined
at Tn.render (profile:124)
at Tn.t._render (profile:99)
at Tn.r (profile:99)
at gn.get (profile:99)
at new gn (profile:99)
at profile:99
at Tn.$mount (profile:99)
at Tn.$mount (profile:99)
at t.value (profile:124)
at profile:132
Wt @ profile:99
profile:1 Failed to load resource: the server responded with a status of 500 (Internal Server Error)
I already tried to clear cache, I didn't change anything in the Javascript code, I am using Laravel Boilerplate 6.0.1.
(我已经尝试清除缓存,没有更改Javascript代码中的任何内容,我使用的是Laravel Boilerplate 6.0.1。)
PLEASE HELP.(请帮忙。)
The error shows correctly when I view the source of the page with bunch of Javascript code...
(当我用一堆Javascript代码查看页面源代码时,错误正确显示。)
ask by SabiriS translate from so
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…