vuedo icon indicating copy to clipboard operation
vuedo copied to clipboard

Blank dashboard page

Open carefreak opened this issue 7 years ago • 1 comments

after logging into dashboadr, blank white page is displayed. php rewrite mode is on, debug is set true. i'm running on xampp for windows

carefreak avatar May 25 '17 04:05 carefreak

Have the same problem. Seems that the production *.js files are excluded from the commit. So either you need to run gulp --production on your production environment (if you have gulp there). Better is to commit them with the release, but that's quite complicated because they have unique (and changing) names with a hash, like main-4e2eacebdc.js. I'm not sure how this is was supposed to work...

I 'solved' this by removing the versioning altogether. Just remove the mix.version line from the gulpfile.js, and remove public/js/main.js and public/js/theme.js from the .gitignore file.

Then run gulp and make sure to commit those .js files.

crypto101-info avatar Jul 11 '17 23:07 crypto101-info