"suppressAuth" is not working

Thank you Problem solved. the problem is

Backend:
Unlike the updateContact method, the getContacat options shouldn’t have the allowDuplicates key at all.

I put the option
const options = {
suppressAuth : true
};
for the getContact, and it works!

Thank you again. and Have a nice day