I’ve a solution that use a Action Center to interage with costumer.
When I run in Studio, the process is right, but after I publish, I have the follow error:
Create Form Task: {“error”:{“code”:“UnsupportedApiVersion”,“message”:“The HTTP resource that matches the request URI ‘https://rbla-orchestrator.br.company.com/forms/TaskFormLayouts/CreateTaskFormLayout’ does not support HTTP method ‘POST’.”,“innerError”:null}}
In company we have a Dev and Production Environment. This error occurs only in Dev Orchestrator.
The error message “UnsupportedApiVersion” indicates that there might be a version mismatch or an issue with the compatibility between the UiPath Orchestrator API version and the version used in your process.
Here are some steps you can take to address this issue:
Check Orchestrator Versions:
Verify that the Orchestrator version in your development (Dev) environment is compatible with the version of the UiPath activities and packages used in your process. Ensure that the activities and Orchestrator versions are in sync.
Update Activities and Packages:
In your UiPath Studio, check for updates to the UiPath.System.Activities and UiPath.Web.Activities packages. Make sure that you are using the latest versions that are compatible with your Orchestrator version.
Check API Version in Process:
In your UiPath Studio project, check if you have specified a specific Orchestrator API version in your HTTP Request activities or other activities related to the Orchestrator API. Ensure that the version specified is supported by your Orchestrator environment.
Check Orchestrator Server Configuration:
Verify the Orchestrator server configuration in your Dev environment. Ensure that the Orchestrator API is properly configured and accessible. Check for any custom configurations or settings that might affect the API calls.
Compare Dev and Prod Configurations:
Compare the Orchestrator configurations between your Dev and Production environments. Look for any differences in versions, settings, or configurations that might be causing the issue.
Check Orchestrator Logs:
Review the Orchestrator logs in your Dev environment for any error messages or details related to the unsupported API version. The logs may provide additional insights into the root cause.
Contact UiPath Support:
If the issue persists and you are unable to identify the root cause, consider reaching out to UiPath Support for assistance. Provide them with details about your Orchestrator versions, configurations, and any error messages you have encountered.