Version
5.0
What did you expect to happen?
the route doesnt break wp funcionality
What actually happens?
the link for activating the user isn't working if we doesnt have the frontpage set but use a custom route
Steps to reproduce
create a multisite, delete wp pages and use a custom route for frontpage
Route::view('/', 'index')->name('home');
Add a new user to the site with confirmation link
the link created isn't working
System info
macos
Log output
the request is returning the custom route
http://immobiliare.test/wp-activate.php?key=3466e77fcd894ec1
Request Method
GET
Status Code
200 OK
Remote Address
127.0.0.1:80
Referrer Policy
strict-origin-when-cross-origin
Please confirm this isn't a support request.
Yes
Version
5.0
What did you expect to happen?
the route doesnt break wp funcionality
What actually happens?
the link for activating the user isn't working if we doesnt have the frontpage set but use a custom route
Steps to reproduce
create a multisite, delete wp pages and use a custom route for frontpage
Route::view('/', 'index')->name('home');
Add a new user to the site with confirmation link
the link created isn't working
System info
macos
Log output
the request is returning the custom route http://immobiliare.test/wp-activate.php?key=3466e77fcd894ec1 Request Method GET Status Code 200 OK Remote Address 127.0.0.1:80 Referrer Policy strict-origin-when-cross-originPlease confirm this isn't a support request.
Yes