UiForm error: "Could not display the form"

I created a form using the UiPath.Form.Activities. I tested it in my development laptop and it works perfectly. I then deploy the bot to 2 clients. One client has no issue. But the others, I hit the error: “Could not display the form Fromxxxxx NavigateTimeout”
Both my UiPath studio and my UiPath assistant are version 23.10.0
Because my company policy, we don’t have internet access on the clients. So what I did was to publish the bot to .nupkg file. Copy it to the client: C:\ProgramData\UiPath\Packages. Refresh UiPath assistant, it detects the package and I install from there. Since the client has no internet access, I also did copy all the packages from the development laptop to the client.
May I seek help from everyone please. Thank you.

Hi @ducphu

copy all required form activity packages and dependencies to the client’s packages folder, ensure versions match your dev setup, then restart UiPath assistant; this fixes the navigatetimeout error without internet.

If helpful, mark as solution. Happy automation with UiPath

Managed to found the issue due to the Microsoft Edge WebView2 on the client machine is outdated. Update Microsoft Edge WebView2 to latest version solved the issue.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.