You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The detectLanguageFromHeaders is supposed to be a SERVER function, but it is calling the detectLanguage function which is supposed to be a CLIENT function
The
detectLanguageFromHeaders
is supposed to be a SERVER function, but it is calling thedetectLanguage
function which is supposed to be a CLIENT functiontolgee-js/packages/web/src/package/tools/detectLanguageFromHeaders.ts
Line 9 in 3587074
So this line makes the initialization to fail, because it is calling the window object from the server.
tolgee-js/packages/web/src/package/LanguageDetector.ts
Line 13 in 3587074
The text was updated successfully, but these errors were encountered: