Facing an issue in partner-management-ui

Hello

When I run PMP version 1.2.0.1 with PMS version 1.2.0.1. I can’t access the home page after login. After debugging, I find that the state parameter is not set in the browser cookies. So I see that the code in the LoginRedirectService.ts class is commented out. After uncommenting it, the redirection works correctly.

Is kernel-authcodeflowproxy-api project and PMP UI not synchronised ?
Because In PMP the state is sent in queryaram and in kernel-authcodeflowproxy-api the state still in the cookie value

Thank you for reply