The following code is returning error. I have tried replacing the ceritificate files with the latest one from root reposiroty but continues to fail.
caller, caller_affiliation, err := t.get_caller_data(stub)
if err != nil { return nil, errors.New("Error retrieving caller information")}
How to fix this problem to have proper caller and affiliation check in the vehicles.go contract?
Appreciate an early response.