IDM New Portal v92

Hello, 

I am facing an issue with v92 of the new portal repo. I am following the steps to install it and link it to the APIServer. However, it is not working on the localhost. I am not able to login using the same account I am using in the APIServer directly.

Is it an issue with the repo itself or I have done something wrong.

Here is a screenshot of the error:

  • Hi,

    I guess you have your environment.ts pointing right to the apiserver. I've been able to solve it with these two alternatives:

    • You can either modify your environment.ts to point to a local imxclient running apiserver. You'll need to set the /baseurl paramenter and define a web server with the http://localhost:8182 url
    • Or leave the environment.ts untouched, log to the apiserver->Administration Portal->log with an administrator->Configuration->APIServer->SameSite Cookie setting -> None (this can be modified with a newer config setting, you'll see the option there.

    Hth!