ctf0 / Laravel-Media-Manager

A "Vuejs & Laravel" Media Manager With Tons of Features
MIT License
829 stars 179 forks source link

Blank Screen on /media #203

Closed AlekoB1977 closed 2 years ago

AlekoB1977 commented 2 years ago

Hello,

I have followed the installation and configuration guide, but still, have the same issue with the blank screen when I go to "/media" URL.

My PHP version is 7.3.31 (cli) with Laravel 8.

Any suggestions? Or is it just a BUG?

Thanks

ctf0 commented 2 years ago

check the dev tools of ur browser

AlekoB1977 commented 2 years ago

I have and also checked the source code, which is loaded BTW.

I have two warnings in the console: [Vue warn]: Unknown custom element: "my-notification" - did you register the component correctly? For recursive components, make sure to provide the "name" option.

(found in "Root")

[Vue warn]: Unknown custom element: "media-manager" - did you register the component correctly? For recursive components, make sure to provide the "name" option.

(found in "Root")

ctf0 commented 2 years ago

can u repro with the demo repo ?

AlekoB1977 commented 2 years ago

Here it is: https://github.com/AlekoB1977/media-manager

AlekoB1977 commented 2 years ago

All Fixed now. It was a mistake on my part, I have not checked the mix file