Error 400 after manual update to 5.11.66

Hi,

After manually updating Invoice Ninja to 5.11.66 i get the error 404 not found.
Tried the commands:
composer i -o --no-dev
php artisan migrate
php artisan optimize:clear

Still error 404.

Hi,

I suggest creating an issue here to ask:

FYI… this solution was suggested on Slack by a community member.

I finaly found my problem, but I’m not sure about the solution
In routes/web.php
I have added
Route::get(‘/{react_routes}’, function () {
return view(‘react.index’);
})->where(‘react_routes’, ‘.*’);
With this hack, all seems ok