@kirtik we are not experienced on SSL issues. this is more like devops issue rather than ABP. maybe you can ask to experienced DevOps guys
the latest EF Core is 5.0.7
probably the node_modules is not installed correctly.
delete this folder => C:/Workspace/OrderManagementSystem/src/angular/.suite/schematics/node_modules
open cmd in C:/Workspace/OrderManagementSystem/src/angular/.suite/schematics/
and run yarn
how about ordering them in the UI ?
You can cache tokens since the browser also stores it until the expire date. I'm not sure if that causes a security leak. this is more a security concern which is out of my domain.
the cookies are stored for only active session. when you close the window, it becomes invalid. users must check "remember me" to have a persistent session.
send us the latest log file. it's under
%UserProfile%\.abp\suite\logs
that's the good solution