- Primeros pasos
- Trabajar con Coded Apps
- Crear e implementar Apps codificadas
- Sample Coded Apps
- Preguntas frecuentes
- Apps codificadas en Studio Web
- Apps de acción codificada
Preguntas frecuentes sobre las Coded Apps, incluida la solución de errores de acceso al compartir enlaces de Apps implementadas con otros usuarios.
Compartir y acceder
¿Por qué un usuario obtiene un mensaje "El usuario no existe en ninguna organización" al iniciar sesión en un enlace de aplicación codificada?
Este error aparece cuando el usuario con el que compartiste el enlace de la aplicación codificada no es miembro de la organización donde se implementa la aplicación codificada.
Para resolverlo:
- Como creador de la aplicación codificada o administrador de la organización, invite al usuario a la organización donde se implementa la aplicación.
- Como usuario invitado, acepta la invitación e inicia sesión en esa organización.
Una vez que el usuario forma parte de la organización, puede iniciar sesión en la aplicación codificada.
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.