Custom app dosnt work offline

Im trying to run truenas scale 24.10.2 offline for my private homelab.
After creating a mirror pool, I ran into an error when trying to use Custom app button in the apps section, the error:

[ENOENT] Unable to locate ‘ix-app’ at ‘/mnt/.ix-apps/truenas_catalog/trains/stable/ix-app’

Error: Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/middlewared/plugins/catalog/app_version.py”, line 56, in get_app_details
if not stat.S_ISDIR(os.stat(app_location).st_mode):
^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: ‘/mnt/.ix-apps/truenas_catalog/trains/stable/ix-app’

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 211, in call_method
result = await self.middleware.call_with_audit(message[‘method’], serviceobj, methodobj, params, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 1529, in call_with_audit
result = await self._call(method, serviceobj, methodobj, params, app=app,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 1471, 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 1364, 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/schema/processor.py”, line 183, in nf
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/schema/processor.py”, line 55, in nf
res = f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/plugins/catalog/app_version.py”, line 59, in get_app_details
raise CallError(f’Unable to locate {app_name!r} at {app_location!r}', errno=errno.ENOENT)
middlewared.service_exception.CallError: [ENOENT] Unable to locate ‘ix-app’ at ‘/mnt/.ix-apps/truenas_catalog/trains/stable/ix-app’

I tryed to clone the project and past it there, but every time I open the apps section all my clone files disappear and I really dont know what else to try.

I face with this problem too, hope for help :slight_smile:

i suppose that connectivity is needed to download images or other stuff

I dont understand why its trying to clone github for this project if it has the files.
And from what I understand it trys to clone every time.
I even tryed to make the truenas server when the pc was connected to the internet then clicked on the custom app button and saw it working, after that I moved it to the private homelab without internet and it stopped working, giving me the same error as before… So I really dont understand what im doing wrong… Or what can be done.

Thx for the replay.