Kamona-WD/kui-laravel-breeze

Login/Register form not showing on mobile

liteshare92 opened this issue · 1 comments

Hi,
I tried the package on a new laravel project.
Every worked fine on desktop.
But on tablet and mobile, the login/register form is displaying a blank page.

Sorry,
The issue was due to my .env settings.
I have solved by changing APP_URL=http://localhost to APP_URL=http://127.0.0.1:8000/ in '.env' file.