Hi Guys
In the login.blade.php the bumble.css loading is harcoded.
Now is like this
<link rel="stylesheet" href="/packages/monarkee/bumble/css/bumble.css">
and should be
<link rel="stylesheet" href="{{ asset('/packages/monarkee/bumble/css/bumble.css') }}">
Cheers