Closed seerbit-developers closed 1 year ago
Hello. Thanks for the interesting question. I found the problem and came up with a solution. You need to add two lines to bootstrap/app.php:
\Illuminate\Support\Facades\Cache::setApplication($app);
$app->registerDeferredProvider(\Illuminate\Cache\CacheServiceProvider::class);
Now I will update the lumen section in the documentation
@seerbit-developers Hello. Did you succeed?
@seerbit-developers Hello. I am closing the issue. If the problem is not solved, then write in this issue mentioning me (@rez1dent3).
Hello @rez1dent3 thank you. The current issue was resolved but another one came up
Bavix\Wallet\Internal\Service\StorageService::get(): Argument #1 ($uuid) must be of type string, null given
@seerbit-developers You are missing some migrations. You need to upgrade step by step.
@seerbit-developers Additionally, check the table structure. The tables must exactly match the package migrations. https://github.com/bavix/laravel-wallet/blob/master/database/2018_11_06_222923_create_transactions_table.php https://github.com/bavix/laravel-wallet/blob/master/database/2018_11_07_192923_create_transfers_table.php https://github.com/bavix/laravel-wallet/blob/master/database/2018_11_15_124230_create_wallets_table.php https://github.com/bavix/laravel-wallet/blob/master/database/2021_11_02_202021_update_wallets_uuid_table.php
This issue is stale because it has been open 7 days with no activity.
Describe the bug I upgraded from version 5.8 Lumen to version 10 and i get this errors.
Server: