Problem with Litium 8 login

Hi!
I have installed Litium 8 and got to the /login page. If I write user blabla and password blabla I get the wrong credentials message. I use a valid domain\user I get no message but nothing happens, the login spinner just goes on. I the console I see this:

polyfills.f8550636f53a4d180225.js:1 Uncaught TypeError: Cannot read property 'errorMessage' of undefined
    at t._onLoginError (Web_Litium_Client_Scripts_authentication_authentication_module_ts.c293ac778f1c3e076486.js:1)
    at a._error (Web_Litium_Client_Scripts_authentication_authentication_module_ts.c293ac778f1c3e076486.js:1)
    at a.__tryOrUnsub (default-node_modules_rxjs__esm2015_internal_observable_from_js-node_modules_rxjs__esm2015_int-cf286f.0ff882c564f5584f68df.js:1)
    at a.error (default-node_modules_rxjs__esm2015_internal_observable_from_js-node_modules_rxjs__esm2015_int-cf286f.0ff882c564f5584f68df.js:1)
    at h._error (default-node_modules_rxjs__esm2015_internal_observable_from_js-node_modules_rxjs__esm2015_int-cf286f.0ff882c564f5584f68df.js:1)
    at h.error (default-node_modules_rxjs__esm2015_internal_observable_from_js-node_modules_rxjs__esm2015_int-cf286f.0ff882c564f5584f68df.js:1)
    at c._error (default-node_modules_rxjs__esm2015_internal_observable_from_js-node_modules_rxjs__esm2015_int-cf286f.0ff882c564f5584f68df.js:1)
    at c.error (default-node_modules_rxjs__esm2015_internal_observable_from_js-node_modules_rxjs__esm2015_int-cf286f.0ff882c564f5584f68df.js:1)
    at h._error (default-node_modules_rxjs__esm2015_internal_observable_from_js-node_modules_rxjs__esm2015_int-cf286f.0ff882c564f5584f68df.js:1)
    at h.error (default-node_modules_rxjs__esm2015_internal_observable_from_js-node_modules_rxjs__esm2015_int-cf286f.0ff882c564f5584f68df.js:1)

I have run the BuildClientProjects.bat

appsettings.json looks like this:

"AdministrationSecurity": {
      "AllowWindowsCredential": false,
      "WindowsCredentialGroup": null,
      "UseSecureConnectionRedirection": false
    },

Any ideas?

/Kristoffer

Litium version: 8

Shouldn’t

AllowWindowsCredential

be set to True?

That’s for enabling Windows login on a remote server, it’s always enabled on the local machine.

I tested now with Windows account and it works as expected. Could you try clearing the browser cache?

Ensure that you have SSL configured, that’s a requirement for the authentication cookie to be persisted.

That was it! Please update Installation documentation for the future.
Thanks!

It’s documented on the System requirements (litium.com) page and we will add another note about it on the accelerator installation page.

Thanks for feedback.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.