laravel-chat icon indicating copy to clipboard operation
laravel-chat copied to clipboard

the page does not show anything just a blank page

Open rextech03 opened this issue 6 years ago • 6 comments

when I load the page it just give an empty page

rextech03 avatar Aug 10 '18 20:08 rextech03

I have the same problem just a blank page!!! in my console.log I see the following error: app.js:1 ReferenceError: messages is not defined at mn.eval (eval at Ea (app.js:1), :3:396) at mn.dn._render (app.js:1) at mn. (app.js:1) at Ie.get (app.js:1) at new Ie (app.js:1) at mn.$mount (app.js:1) at mn.$mount (app.js:1) at mn._init (app.js:1) at new mn (app.js:1) at Object. (app.js:1)

adelsedighi avatar Aug 13 '18 03:08 adelsedighi

Hi in the layout/ app.blade.php, replace the CSS and JS link

<link href="{{ asset('css/app.css') }}" rel="stylesheet"> and <script src="{{ asset('js/app.js') }}"></script>

spykees avatar Nov 23 '18 12:11 spykees

Hello, I encountered the same problem as @rextech03. There's nothing on the page. I tried this whole tutorial in Laravel 5.8. There are no errors anywhere. Where could I find any clues about this problem?

2jiwon avatar Apr 01 '19 05:04 2jiwon

I think it is not compatible with your php version

Sent from my iPhone

On Apr 1, 2019, at 10:16, Jiwon [email protected] wrote:

Hello, I encountered the same problem as @rextech03. There's nothing on the page. I tried this whole tutorial in Laravel 5.8. There are no errors anywhere. Where could I find any clues about this problem?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

adelsedighi avatar Apr 01 '19 08:04 adelsedighi

PHP version?? Do you mean this project needs a lower version of PHP? But composer.json file says like this.

"require": {
        "php": ">=5.6.4",

2jiwon avatar Apr 01 '19 08:04 2jiwon

you need to try different aspects, I couldn't use the package myself😊

Sent from my iPhone

On Apr 1, 2019, at 13:04, Jiwon [email protected] wrote:

PHP version?? Do you mean this project needs a lower version of PHP?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

adelsedighi avatar Apr 01 '19 09:04 adelsedighi