Apps not showing up after upgrade

i upgrade to electric eel but my apps are not automatically migrated . They are the official apps .IX-application dsatset also exists in the pool . i tried manually migrating with the command - ```
midclt call -job k8s_to_docker.migrate (poolname)

and it gave me this error-

File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1468, in _call** ** return await self.run_in_executor(prepared_call.executor, methodobj, *prepared_call.args)** ** ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^** ** File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1361, in run_in_executor** ** return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))** ** ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^** ** File "/usr/lib/python3.11/concurrent/futures/thread.py", line 58, in run** ** result = self.fn(*self.args, **self.kwargs)** ** ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^** ** File "/usr/lib/python3/dist-packages/middlewared/plugins/catalog/sync.py", line 55, in update_git_repository** ** return pull_clone_repository(repository, location, branch)** ** ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^** ** File "/usr/lib/python3/dist-packages/middlewared/plugins/catalog/git_utils.py", line 36, in pull_clone_repository** ** raise CallError(f'Failed to clone {repository_uri!r} repository at {destination!r} destination: {e}')** **middlewared.service_exception.CallError: [EFAULT] Failed to clone 'https://github.com/truenas/apps' repository at '/mnt/.ix-apps/truenas_catalog' destination: [EFAULT] Failed to clone 'https://github.com/truenas/apps' repository at '/mnt/.ix-apps/truenas_catalog' destination: Cloning into '/mnt/.ix-apps/truenas_catalog'......

i tried to ping both google and github and that seem to go through just fine.
i also tried unsetting and resetting the pool .
can anybody please help me

This usually indicates a networking issue, though it’s a little odd if you can ping github successfully.