hi, did you find a solution? is because of Jquery, i had a same problem, try this on you webpack.mix.js
mix.autoload({ jquery: ['$', 'window.$', 'window.jQuery'] });
and on resources/js/bootstrap.js this (only change the "window" to "global"):
global.$ = global.jQuery = require('jquery');
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community