Smartthings integration will not install

Hi, can anyone help with this issue. Smartthings integration would not load so i deleted it. Now I can’t install the integration. My apologies in advance as I’m not great with these things.
Log Details (ERROR)

Logger: homeassistant.components.smartthings.config_flow
Source: components/smartthings/config_flow.py:132
integration: smartthings (documentation, issues)
First occurred: 18 August 2024 at 17:38:33 (2 occurrences)
Last logged: 16:35:27

  • API error setting up the SmartApp: {‘requestId’: ‘6157859948839629525’, ‘error’: {‘code’: ‘ConstraintViolationError’, ‘message’: ‘The request is malformed.’, ‘details’: [{‘code’: ‘PatternError’, ‘target’: ‘targetUrl’, ‘message’: ‘targetUrl must be https.’, ‘details’: }]}}
  • API error setting up the SmartApp: {‘requestId’: ‘4950495771686041938’, ‘error’: {‘code’: ‘ConstraintViolationError’, ‘message’: ‘The request is malformed.’, ‘details’: [{‘code’: ‘PatternError’, ‘target’: ‘targetUrl’, ‘message’: ‘targetUrl must be https.’, ‘details’: }]}}

Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/components/smartthings/config_flow.py”, line 132, in async_step_pat app, client = await create_app(self.hass, self.api) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/src/homeassistant/homeassistant/components/smartthings/smartapp.py”, line 146, in create_app app, client = await api.create_app(app) ^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/local/lib/python3.12/site-packages/pysmartthings/smartthings.py”, line 110, in create_app entity = await self._service.create_app(app.to_data()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/local/lib/python3.12/site-packages/pysmartthings/api.py”, line 171, in create_app return await self.post(API_APPS, data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/local/lib/python3.12/site-packages/pysmartthings/api.py”, line 395, in post return await self.request(“post”, self._api_base + resource, data=data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/local/lib/python3.12/site-packages/pysmartthings/api.py”, line 368, in request raise APIResponseError( pysmartthings.errors.APIResponseError: Unprocessable Entity (422): {“requestId”: “6157859948839629525”, “error”: {“code”: “ConstraintViolationError”, “message”: “The request is malformed.”, “details”: [{“code”: “PatternError”, “target”: “targetUrl”, “message”: “targetUrl must be https.”, “details”: }]}}