No Module sitesync/sync_server addons

Hi YnTeam, i got error when starting maya 2022 with
Ayon Launcher v.1.0.0
Openpype 3.18.6 ( default settings )
seems error on sitesync/sync_server addons

ModuleNotFoundError: No module named ‘openpype.modules.sync_server’
when run module Ynput\AYON\addons\sitesync_1.0.3\ayon_sitesync\launch_hooks\pre_copy_last_published_workfile.py
did i miss someting? because the addons already enabled
thankyou

Log Error:

WARNING:openpype.lib.python_module_tools:Failed to load path: "C:\Users\farisNabil\AppData\Local\Ynput\AYON\addons\sitesync_1.0.3\ayon_sitesync\launch_hooks\pre_copy_last_published_workfile.py"
Traceback (most recent call last):
  File "C:\Users\farisNabil\AppData\Local\Ynput\AYON\addons\openpype_3.18.6\openpype\lib\python_module_tools.py", line 92, in modules_from_path
    module = import_filepath(full_path, mod_name)
  File "C:\Users\farisNabil\AppData\Local\Ynput\AYON\addons\openpype_3.18.6\openpype\lib\python_module_tools.py", line 38, in import_filepath
    module_loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "C:\Users\farisNabil\AppData\Local\Ynput\AYON\addons\sitesync_1.0.3\ayon_sitesync\launch_hooks\pre_copy_last_published_workfile.py", line 11, in <module>
    from openpype.modules.sync_server.sync_server import (
  File "C:\Program Files\Ynput\AYON 1.0.0\vendor\python\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
    return original_import(name, *args, **kwargs)
ModuleNotFoundError: No module named 'openpype.modules.sync_server'

There was a bug in pre_copy_published_workfile.py hook, it is fixed, but not yet in official release. It covers only particular use case - it tries to localize last published workfile if there is no workfile for current task. (Eg. artists starts working on a task for the first time, it looks if there is any published workfile from another artist to download it and build from there).

If you are not using SiteSync, you could disable it in your production bundle (must recreate it, not possible to modify production bundle). But it is just obnoxious warning, it shouldn’t do anything.

Thanks @Petr_Kalis , for now i will disable it, until official release, many thanks !!