laptop and a wrench

不具合

The application state (appState) user property is not updated after the popup login for a secured map.

最後に公開された状態: October 9, 2020 ArcGIS Experience Builder developer edition
不具合 ID 番号 BUG-000134383
送信されましたOctober 6, 2020
最終更新日August 5, 2025
適用対象ArcGIS Experience Builder developer edition
見つかったバージョン1.1
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
ステータスIn Product Plan

対処法

Detect the null value of the token before the login, and then check if the token exists in the componentDidUpdate function.

Code snippet:

static mapExtraStateProps = (state: IMState, props: AllWidgetProps<IMConfig>): Props => {

if (!state.token) {

return{

userLog: state.token

};

};

componentDidUpdate(){

const {userLog} = this.props

if (userLog) {

do something

}

else{

do something else`

}

}

}

再現の手順

不具合 ID: BUG-000134383

ソフトウェア:

  • ArcGIS Experience Builder developer edition

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動