Error while starting clive when CLIVE_BEEKEEPER_SESSION_TOKEN is set

Syncing with beekeeper while there is no wallet is causing an error:

13   File "/home/mzebrak/1workspace/clive/clive/__private/core/error_handlers/abc/error_handler_context_manager.py", line 79, in execute
 12     return await self.try_to_handle_error(error)
 11   File "/home/mzebrak/1workspace/clive/clive/__private/core/error_handlers/abc/error_handler_context_manager.py", line 58, in try_to_handle_error
 10     raise error
  9   File "/home/mzebrak/1workspace/clive/clive/__private/core/error_handlers/abc/error_handler_context_manager.py", line 77, in execute
  8     return await async_func
  7   File "/home/mzebrak/1workspace/clive/clive/__private/core/commands/abc/command.py", line 34, in execute
  6     await self._execute()
  5   File "/home/mzebrak/1workspace/clive/clive/__private/core/commands/sync_state_with_beekeeper.py", line 22, in _execute
  4     await self.__sync_state()
  3   File "/home/mzebrak/1workspace/clive/clive/__private/core/commands/sync_state_with_beekeeper.py", line 32, in __sync_state
  2     raise WalletNotFoundError(self, wallet_name=clive_wallet_name)
  1 clive.__private.core.commands.exceptions.WalletNotFoundError: Command SyncStateWithBeekeeper failed. Reason: Wallet `onboarding` not found on the beekeeper.