Public Ticket #1021

Installation Issue

Closed
Comments
DexignLab 1
Hasan replied 2 years ago on November 03, 2021 at 07:07 AM

Thank you I solve the issue.

DexignLab
Hasan replied started the conversation 2 years ago on November 02, 2021 at 07:23 PM

Dear support team,,

when I set up the Laravel\Fortify for login and run it the page does not work and I got this error

ErrorException

Undefined variable $action (View: C:\xampp\htdocs\ems2\resources\views\elements\footer-scripts.blade.php)

http://127.0.0.1:8000/login

i try to change the route from this

Route::get('/page-login', 'App\Http\Controllers\KokiadminController@page_login');

to this

Route::get('/page-login', 'App\Http\Controllers\KokiadminController@page_login')->name('login');

the page will work, but the login functionality does not work

Thank you.

attached files: