You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
Thanks.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: