[NotAuthorizedException: Token is not from a supported provider of this identity pool.] error when trying to use fetchUserAttributes and getAuthSession.

0

I am working with React native and AWS Amplify. Our website uses Amplify v5 whereas I am using Amplify v6 in the app, but used the same config file. SignIn, SignOut steps are working correctly along with getCurrentUser API from 'aws-amplify/auth' package. But fetchUserAttributes and fetchCurrentSession are giving ' [NotAuthorizedException: Token is not from a supported provider of this identity pool.] ' error. Our website as working on Amplify v5 uses Auth.currentAuthenticatedUser(), Auth.currentSession() which work perfectly fine. What is wrong here ? Any help

Puneet
asked 4 months ago85 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions