- 入门指南
- 使用编码Apps
- Studio Web 中的编码 Apps
- Coded Action Apps
有关编码 Apps 的常见问题,包括对与其他用户共享已部署的应用程序链接时的访问错误进行故障排除。
共享和访问
为什么会显示“用户在任何组织中都不存在。”的提示登录编码应用程序链接时出错?
当您与之共享编码应用程序链接的用户不是部署编码应用程序的组织的成员时,会出现此错误。
要解决此问题,请执行以下操作:
- 作为编码应用程序创建者或组织管理员,请邀请用户加入部署应用程序的组织。
- 作为受邀用户,接受邀请并登录该组织。
加入组织后,用户就可以登录编码应用程序。
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.