From 1bb6b9e3dbe891cd8a1753c810e37d038a8d5a1c Mon Sep 17 00:00:00 2001 From: Marco Rodolfi Date: Tue, 24 Jan 2023 15:42:26 +0100 Subject: [PATCH] Added correct url path of the loopback server. --- frontend/src/i18n.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/i18n.ts b/frontend/src/i18n.ts index 9bf417f9..f03dac85 100644 --- a/frontend/src/i18n.ts +++ b/frontend/src/i18n.ts @@ -16,7 +16,7 @@ i18next // // If allowMultiLoading is false, lngs and namespaces will have only one element each, // If allowMultiLoading is true, lngs and namespaces can have multiple elements - loadPath: 'http://127.0.0.1:1337/locales/{{lng}}/{{ns}}.json', + loadPath: 'https://steamloopback.host:1337/locales/{{lng}}/{{ns}}.json', // your backend server supports multiloading // /locales/resources.json?lng=de+en&ns=ns1+ns2