You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: