Jellyfin Failed to render compose templates?

I’m very new to all this but i’m trying to install jellyfin through truenas apps and it keeps showing this error message:

[EFAULT] Failed to render compose templates:

Traceback (most recent call last): File “/usr/bin/apps_render_app”, line 33, in sys.exit(load_entry_point(‘apps-validation==0.1’, ‘console_scripts’, ‘apps_render_app’)()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/lib/python3/dist-packages/catalog_templating/scripts/render_compose.py”, line 48, in main render_templates_from_path(args.path, args.values) File “/usr/lib/python3/dist-packages/catalog_templating/scripts/render_compose.py”, line 19, in render_templates_from_path rendered_data = render_templates( ^^^^^^^^^^^^^^^^^ File “/usr/lib/python3/dist-packages/catalog_templating/render.py”, line 31, in render_templates rendered_templates[i.name] = env.get_template(i.name).render( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/lib/python3/dist-packages/jinja2/environment.py”, line 1301, in render self.environment.handle_exception() File “/usr/lib/python3/dist-packages/jinja2/environment.py”, line 936, in handle_exception raise rewrite_traceback_stack(source=source) File “/mnt/.ix-apps/app_configs/jellyfin/versions/1.2.21/templates/docker-compose.yaml”, line 17, in top-level template code {% do c1.add_port(values.network.https_port, {“container_port”: values.consts.internal_https_port}) %} ^^^^^^^^^^^^^^^^^^^^^^^^^ File “/mnt/.ix-apps/app_configs/jellyfin/versions/1.2.21/templates/library/base_v2_1_65/container.py”, line 290, in add_port self.ports._add_port( File “/mnt/.ix-apps/app_configs/jellyfin/versions/1.2.21/templates/library/base_v2_1_65/ports.py”, line 114, in _add_port self._check_port_conflicts(port_config, ip.version) File “/mnt/.ix-apps/app_configs/jellyfin/versions/1.2.21/templates/library/base_v2_1_65/ports.py”, line 66, in _check_port_conflicts raise RenderError(f"Port [{host_port}/{proto}/ipv{ip_family}] already added for [{host_ip}]") base_v2_1_65.error.RenderError: Port [8096/tcp/ipv4] already added for [0.0.0.0]

This shoes regardless of if the port number is set to 8096 or 30013.

Does anyone know what this means or how I can fix it??

is this your first attempt at installing jellyfin? because the last line indicates that port 8096 is already in use by another container

I did install it before but I uninstalled it. Would that be the problem?

If something didn’t get removed properly then maybe the apps backend is still thinking that there is a “zombie” app that’s already bound to the port.
Can you install other apps or does it also throw an errof if you try?

I ended up restarting my nas but it still gave the same result, I tried installing it just with fully default everything and it was fine??? Turned out to be my https port not allowing any other port number so Im just gonna keep it to the default