The laravel project runs at another system with a fixed ip.
If I access the project on another computer via this line:
(changed to original ip for privacy)
it works so far but if I login the url does change to this:
and I get the error
Object not found ... 404
The laravel project works if I call it locally via localhost....
I do not know why this is happening really big thanks for any help.
EDIT:
I removed the authentification and somehow it show the page now just without the login and register, does anyone know why?
I commented this line:
Route::group(['middleware' => 'auth'], function ()
{