From 008e10948eb8da7f9a0ea657f3c4536316974d64 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Tue, 30 Apr 2024 18:47:13 -0700 Subject: [PATCH] fix: prevent local dev from throwing ssl error --- web/store/server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: [ {