How to resolve the 500.30 Internal Server Error obtained, while trying to browse the website, post upgrade from 20.4.3 to 20.10.1

i’ve already checked Uipath made an update to fix this problem who caused the 500.30 issue but i’m still getting it…

Check your Windows Event Viewer > Windows Logs > Application and filter for “Orchestrator”, and “IdentityService”. Review the Errors found.

Additionally within your Web.config file you can adjust your httpErrors attribute errorMode="Custom" to reveal more details by replacing Custom with DetailedLocalOnly (Default if errorMode attribute was not provided) or Detailed

With DetailedLocalOnly revealing the errors details if browser from the local host only.
More details about httpErrors can be found in the following article for IIS.

If you can provide more details about the error, we’d be happy to offer some suggestions.

Hello,

I need your help i’ve a problem with the installation of the orchestrator.
I’ve followed the installation but when i try to acces on the website i get the following message

Also i’ve check if anyone else has the same issue and apparently Uipath fixed that so i don’t know why i still getting this issue

Thanks in advance for your help

@BaptisteG

I suggest to look into this

https://forum.uipath.com/t/500-30-internal-server-error-while-trying-to-browse-the-website-post-upgrade-from-20-4-3-to-20-10-1/307515

If this didn’t resolve then suggest to raise a ticket to UiPath Technical Team, so they can guide you better

Hope this may help you

Thanks

i’ve already checked Uipath made an update to fix this problem who caused the 500.30 issue but i’m still getting it…