Name of wallet is incorrect.
I've used Gandalf@Mainnet
for a wallet name, it's incorrect but I got that after finishing onboarding stage, i.e. it shouldn't let me use that name right away when validating input to the form.
result={'jsonrpc': '2.0', 'error': {'code': -32003,'message': 'Assert Exception:std::find_if(name.begin(), name.end(), !boost::algorithm::is_alnum() && !boost::algorithm::is_any_of("._-")) == name.end(): Name of wallet is incorrect. Name: Gandalf@Mainnet. Only alphanumeric and \'._-\' chars are allowed', 'data': {'code': 10, 'name': 'assert_exception', 'message': 'Assert Exception', 'stack': [{'context': {'level': 'error', 'file': 'wallet_manager_impl.cpp', 'line': 25, 'method': 'valid_filename', 'hostname': '', 'timestamp': '2023-09-28T10:01:50'}, 'format': "Name of wallet is incorrect. Name: ${name}. Only alphanumeric and '._-' chars are allowed", 'data': {'name': 'Gandalf@Mainnet'}}], 'extension': {'assertion_expression': 'std::find_if(name.begin(), name.end(), !boost::algorithm::is_alnum() && !boost::algorithm::is_any_of("._-")) == name.end()'}}}, 'id': 0}