All work
- apps page can not loadNAS-135918Triage Team
- Apps service did not start due net interface downNAS-135916Triage Team
- Reporting Improvement - Fibre Channel BandwidthNAS-135913Triage Team
- Debug Improvement - Fibre Channel StatisticsNAS-135912Brian Meagher
- Debug Improvement - Include Ethtool -m OutputNAS-135911Triage Team
- Clean up helptextNAS-135908Resolved issue: NAS-135908Ievgen Stepanovych
- malformed TX packet detected and dropped.NAS-135906Resolved issue: NAS-135906Triage Team
- after upgrade to 25.04 system hangsNAS-135901Resolved issue: NAS-135901Triage Team
- When reporting a bug, can only attach images from same directoryNAS-135900TrueNAS Frontend Triage
- My VM disappeared, validation errorNAS-135899Resolved issue: NAS-135899Triage Team
- Instances, ISO size limitNAS-135891Resolved issue: NAS-135891Triage Team
- Enabling GPU on Plex fails despite successful NVIDIA driver installation, check-box visibleNAS-135890Resolved issue: NAS-135890Triage Team
- Login screen autofocusNAS-135888TrueNAS Frontend Triage
- minio app installation on 25.04.0 fails to runNAS-135887TrueNAS Backend Triage
- Validation error when changing smb nameNAS-135883Resolved issue: NAS-135883Triage Team
- Add ports card in nvme subsystemsNAS-135882Ievgen Stepanovych
- Add Authorized Hosts cardNAS-135881Ievgen Stepanovych
- Add hosts tableNAS-135880Ievgen Stepanovych
- Add ports tableNAS-135879Ievgen Stepanovych
- Temperature per core showing wrong number of coresNAS-135877Resolved issue: NAS-135877Triage Team
- Post 25.04 parsing directories with large number of files and folders is much slowerNAS-135876Resolved issue: NAS-135876Triage Team
- Pool Creation: Automated Disk Selection does not account for disk type (HDD/SSD)NAS-135875Ievgen Stepanovych
- upgraded to 24.10.2.2 and now get License expects 1 units of E24 Expansion shelf but found 0. (shelf is attached and working)NAS-135874Triage Team
- Not a bug but really a feature requestNAS-135873Resolved issue: NAS-135873Triage Team
- Allow sorting apps in the UI by popularity rankNAS-135871Ievgen Stepanovych
- [Application - Container Logs] Container logs can only display one lineNAS-135870Triage Team
- 【应用-容器日志】容器日志只能看到一行NAS-135867Resolved issue: NAS-135867Triage Team
- Add authentication fields to host formNAS-135865Ievgen Stepanovych
- Refactor error dialog when exporting a poolNAS-135864Resolved issue: NAS-135864Ievgen Stepanovych
- Be more strict about duplicated iconsNAS-135862Resolved issue: NAS-135862Ievgen Stepanovych
- Pi-hole catalog app installation failureNAS-135861Resolved issue: NAS-135861Triage Team
- UPS Reporting BrokenNAS-135860Resolved issue: NAS-135860Triage Team
- Cannot change ID mapping in instanceNAS-135859Resolved issue: NAS-135859Triage Team
- cannot download debug infoNAS-135858Resolved issue: NAS-135858Triage Team
- /var/log/app_lifecycle.log will not recreateNAS-135857Resolved issue: NAS-135857Triage Team
- app_lifecycle.log is missingNAS-135856Triage Team
- error exporting/disconnecting poolNAS-135855Triage Team
- downoad encryption key fails when creating encrypted poolNAS-135853Triage Team
- USB passthrough on instances picks wrong device if multiple devices have the same ProductIDNAS-135852Muhammad
- WebUI BugNAS-135851Resolved issue: NAS-135851Triage Team
- HDD Tempatur missing under Storage and ReportNAS-135847Resolved issue: NAS-135847Triage Team
- remove mega rclone provider (not supported by mega)NAS-135844Resolved issue: NAS-135844Vladimir Vinogradenko
- Improve empty states for multiple pagesNAS-135843Ievgen Stepanovych
- IP-specific hostPort can’t use port 80 — middleware wrongly flags it as “already in use”NAS-135842Triage Team
- Docker Containers causing network stack to freezeNAS-135841Resolved issue: NAS-135841TrueNAS Backend Triage
- Icorrect Time In Windows VMNAS-135840Resolved issue: NAS-135840TrueNAS Backend Triage
- copying .mxf files through windows client iwth ssc enabled only 5mb/sNAS-135838Triage Team
- Allow passing endpoint to Storj credential in UINAS-135837Alex Karpov
- Cloud Sync Task failingNAS-135836Triage Team
- TRUENAS Scale not detecting HDDs in Terramaster F-424 hardware but detects NVMe .NAS-135835Resolved issue: NAS-135835Triage Team
50 of
apps page can not load
Description
Problem/Justification
None
Impact
None
Details
Details
Assignee
Triage Team
Triage TeamReporter
sheiy
sheiyLabels
Affects versions
Priority

More fields
More fields
Katalon Platform
Katalon Platform
Created 6 hours ago
Updated 6 hours ago
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1900, in _execute_context
self.dialect.do_execute(
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 736, in do_execute
cursor.execute(statement, parameters)
sqlite3.IntegrityError: UNIQUE constraint failed: services_catalog.label
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/middlewared/job.py", line 515, in run
await self.future
File "/usr/lib/python3/dist-packages/middlewared/job.py", line 560, in __run_body
rv = await self.method(*args)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/api/base/decorator.py", line 88, in wrapped
result = await func(*args)
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/plugins/catalog/sync.py", line 24, in sync
catalog = await self.middleware.call('catalog.config')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 977, in call
return await self._call(
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 692, in _call
return await methodobj(*prepared_call.args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/api/base/decorator.py", line 88, in wrapped
result = await func(*args)
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/service/config_service.py", line 110, in config
return await self._get_or_insert(self._config.datastore, options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/service/config_service.py", line 129, in _get_or_insert
await self.middleware.call('datastore.insert', datastore, {})
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/datastore/connection.py", line 106, in execute_write
result = self.connection.execute(sql, binds)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1365, in execute
return self._exec_driver_sql(
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1669, in _exec_driver_sql
ret = self._execute_context(
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1943, in _execute_context
self._handle_dbapi_exception(
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 2124, in _handle_dbapi_exception
util.raise_(
File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 211, in raise_
raise exception
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1900, in _execute_context
self.dialect.do_execute(
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 736, in do_execute
cursor.execute(statement, parameters)
sqlalchemy.exc.IntegrityError: (sqlite3.IntegrityError) UNIQUE constraint failed: services_catalog.label
[SQL: INSERT INTO services_catalog (label) VALUES ]
[parameters: ('',)]
(Background on this error at: https://sqlalche.me/e/14/gkpj)
Session ID: 0f9f7160-8d9c-01fa-bd2e-8c6af71fa261