openRPA cannot connect to localhost.openaip.io

Hi,

I followed the guide to install a local instance of openflow with docker following the guide: Install using docker-compose | OpenIAP Documentation

I changed the wsurl in the setting.json to “wsurl”: “wss://localhost.openiap.io/”,

I can access http://localhost.openiap.io via Browser and everything seems fine, except my OpenRPA can’t connect.

Error message:
2024-03-19 16_56_51-OpenRPA

I already tried the solutions offered in the similiar topic: “Connect openrpa to openflow in localhost”

Any ideas what I’m missing?
I’ve only been working with OpenRPA for a few months now, so unfortunetly I’m not very experienced yet.

Thanks in advance.

wss = https
you need to use ws, the same as http

Thx for the swift reply, it connects now.

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