UiPath Documentation
apps
latest
false
コード化された Apps ユーザー ガイド
  • スタート アップ ガイド
    • Coded Appsについて
    • ライセンス
  • コード化されたAppsを使用する
    • コード化されたAppsを構築してデプロイする
    • サンプルのコード化されたApps
    • よくある質問
  • Studio Web のコード化された Apps
  • コード化されたアクション Apps
重要 :
Studio Web のアプリ プロジェクトについては、Studio Web ガイドの「アプリ プロジェクト」セクション (https://docs.uipath.com/ja/studio-web/automation-cloud/latest/user-guide/apps-in-studio-web) をご覧ください。 このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

よくある質問

デプロイ済みのAppsのリンクを他のユーザーと共有する際のアクセス エラーのトラブルシューティングなど、コード化されたAppsに関するよくある質問。

共有とアクセス

このエラーは、コード化されたアプリのリンクを共有したユーザーが、コード化されたアプリがデプロイされている組織のメンバーでない場合に表示されます。

この問題を解決するには、以下の手順を実行します。

  1. コード化されたアプリの作成者または組織管理者として、アプリがデプロイされている組織にユーザーを招待します。
  2. 招待されたユーザーとして、招待を承諾し、その組織にサインインします。

ユーザーが組織の一部になると、コード化されたアプリにサインインできるようになります。

Why does authentication fail after redeploying the Coded App if the org name contains _?

For orgs whose name contains an underscore, the Coded App is reachable at both the underscore and hyphen forms of the URL. The hyphen form is recommended because underscores are not valid in hostnames per RFC 952, and network proxies or firewalls that allowlist by hostname may reject the underscore URL.

When an app is redeployed, its uipath:redirect-uri meta tag uses the hyphen form of the hostname. If the app was originally deployed using the underscore URL, accessing it via the underscore URL after redeploy fails authentication, because the redirect URI in the meta tag no longer matches the URL host.

To resolve it, use one of the following options:

  • Access the app via the hyphen URL after redeploy.
  • Set the redirect URI dynamically in the app code. See Initialize the UiPath SDK for the recommended pattern.

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得