diff --git a/aries_cloudagent/protocols/connections/v1_0/manager.py b/aries_cloudagent/protocols/connections/v1_0/manager.py index ed4c0c4401..c136c3a134 100644 --- a/aries_cloudagent/protocols/connections/v1_0/manager.py +++ b/aries_cloudagent/protocols/connections/v1_0/manager.py @@ -958,7 +958,7 @@ async def create_static_connection( did_doc = await self.create_did_document( their_info, None, - [their_endpoint], + [their_endpoint or ""], mediation_records=[base_mediation_record] if base_mediation_record else None,