Event Producer Last Update Duplicate entry issue

hello i have problem with adding a new Event Producer on the consumer site which is hosted on frappe cloud, versions ERPNext: v13.0.0-beta.13 (HEAD)
Frappe Framework: v13.0.0-beta.11 (HEAD)

so the problem is that when i hit save i get this message:
Event Producer Last Update https://website.com already exists

and from the browser console:

  File "/home/frappe/frappe-bench/apps/frappe/frappe/event_streaming/doctype/event_producer/event_producer.py", line 26, in before_insert
    self.create_event_consumer()
  File "/home/frappe/frappe-bench/apps/frappe/frappe/event_streaming/doctype/event_producer/event_producer.py", line 82, in create_event_consumer
    self.set_last_update(response['last_update'])
  File "/home/frappe/frappe-bench/apps/frappe/frappe/event_streaming/doctype/event_producer/event_producer.py", line 93, in set_last_update
    )).insert(ignore_permissions=True)
  File "/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 253, in insert
    raise e
  File "/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 250, in insert
    self.db_insert()
  File "/home/frappe/frappe-bench/apps/frappe/frappe/model/base_document.py", line 360, in db_insert
    raise frappe.DuplicateEntryError(self.doctype, self.name, e)
frappe.exceptions.DuplicateEntryError: ('Event Producer Last Update', 'https://www.lvmlabs.com', IntegrityError(1062, "Duplicate entry 'https://www.lvmlabs.com' for key 'PRIMARY'"))

probably the problem due to network lag or such because i used a workaround by adding www. infront of the website name but the problem occurred again so i cant use both.
im not sure how i can access the cloud sql to delete the duplicated entry