#問題
Amplify AuthでupdateUserAttributes()を用いてユーザ情報を更新した。
awsコンソールで変更は確認できたが、currentAuthenticatedUser()でデータを取得するとユーザー情報が更新されていない。
#解決策
currentAuthenticatedUser({ bypassCache: true })
でキャッシュクリアすると最新の情報が反映されました。
Go to list of users who liked
More than 3 years have passed since last update.
#問題
Amplify AuthでupdateUserAttributes()を用いてユーザ情報を更新した。
awsコンソールで変更は確認できたが、currentAuthenticatedUser()でデータを取得するとユーザー情報が更新されていない。
#解決策
currentAuthenticatedUser({ bypassCache: true })
でキャッシュクリアすると最新の情報が反映されました。
Register as a new user and use Qiita more conveniently
Go to list of users who liked