Tried to POST:http://localhost:8080/admin/identity with json body {"account":"Alfa_Romeo", "participantType":"Manufacturer"}, it will return 500 Internal Server Error. The docker log of application shows [TypeError: Cannot read property 'getEnrolledMember' of undefined].
This problem also happened with participants: Jaguar_Land_Rover, Beechvale_Group, Viewers_Alfa_Romeo, Every_Car_Leasing, Regionwide_Vehicle_Contracts, etc.. However, participants: Toyota, Milescape, LeaseCan, etc. can successfully logged in.
(Maybe it's the problem of securityContext.getEnrolledMember. securityContext is undefined.)
Tried to POST:
http://localhost:8080/admin/identity
with json body{"account":"Alfa_Romeo", "participantType":"Manufacturer"}
, it will return500 Internal Server Error
. The docker log of application shows[TypeError: Cannot read property 'getEnrolledMember' of undefined]
.This problem also happened with participants:
Jaguar_Land_Rover, Beechvale_Group, Viewers_Alfa_Romeo, Every_Car_Leasing, Regionwide_Vehicle_Contracts, etc.
. However, participants:Toyota, Milescape, LeaseCan, etc.
can successfully logged in.(Maybe it's the problem of
securityContext.getEnrolledMember
.securityContext
is undefined.)Thanks.