The error occurs because the audience present in the access token is not the same as the one that you are having in the JWT verifier.
You can use https://jsonwebtoken.io to decode the access token and see the audience parameter that you are sending, in order to align it with the one you have in the verifier.