Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
453 views
in Technique[技术] by (71.8m points)

javascript - Laravel点火黑屏,出现控制台错误(Laravel Ignition Blank Screen with Console Error)

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...