From 004ca2437f76b95c421448415f95e879bb1bdbfd Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Fri, 8 Sep 2023 17:18:01 -0700 Subject: [PATCH] chore(web): comment remove temp forced upc error --- web/store/unraidApi.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/store/unraidApi.ts b/web/store/unraidApi.ts index 23f48fd9f..f29621856 100644 --- a/web/store/unraidApi.ts +++ b/web/store/unraidApi.ts @@ -38,7 +38,9 @@ export const useUnraidApiStore = defineStore('unraidApi', () => { if (apiResponse) { // we have a response, so we're online unraidApiStatus.value = 'online'; - + /** + * @todo remove TEMPORARILY FORCING THIS ERROR + */ const msg = `

The CORS policy for this site does not allow access from the specified Origin'./p>

If you are using a reverse proxy, you need to copy your origin ${window.location.origin} and paste it into the "Extra Origins" list in the Connect settings.

`; errorsStore.setError({ heading: 'Unraid API • CORS Error',