Not able to log into Angular Development Environment after CU2

Greetings,

After the update to CU2 on 9.0 LTS, In my Angular Development Environment i'm not able to login anymore. 

While fetching the projectconfig  

Request URL: localhost:8182/.../projectconfig
Request Method: GET
Status Code: 500 Internal Server Error
Remote Address: [::1]:8182
Referrer Policy: strict-origin-when-cross-origin

The following response is provided

[{"Message":"Your session has expired. Please reload this page and login again.","Number":57002006}]

and displayed as errormessage.

Parents
  • I found a workaround for this. When i enter the API Server on the IIS instead of the locally (via imx-client) started one in the relevant environment file, It works again, since the connection to the API Server is now https. Of course the CSRF Cookies need to be deactivated to make this work.

    I would still be interested if there is a way to make this work with a locally started API Server

Reply
  • I found a workaround for this. When i enter the API Server on the IIS instead of the locally (via imx-client) started one in the relevant environment file, It works again, since the connection to the API Server is now https. Of course the CSRF Cookies need to be deactivated to make this work.

    I would still be interested if there is a way to make this work with a locally started API Server

Children
No Data