diff --git a/web/store/server.ts b/web/store/server.ts index 718eef111..0b945e50a 100644 --- a/web/store/server.ts +++ b/web/store/server.ts @@ -787,7 +787,7 @@ export const useServerStore = defineStore('server', () => { * Deprecation warning for [hash].unraid.net SSL certs. Deprecation started 2023-01-01 */ const deprecatedUnraidSSL = ref( - (window.location.hostname.includes('localhost') + (window.location.hostname.includes('localhost') && window.location.port !== '4321' ? { actions: [ {