RocketChat/Rocket.Chat.Livechat

I executed the following commands

install dependencies

yarn

serve with hot reload at localhost:8080

yarn dev

when access by the browser the address

http://localhost:8080

In the browser the following error appears:

http://localhost:3000/api/v1/livechat/config?token=tnnipx1tvhaon2yhjix61

with status failed, type fetch, initiator =api.ts?908e:119.

How do I solve it?

Hello @juliojapa, and everyone else :grinning: :grinning:

I am experiencing the very same issue today, installed using this tutorial:
Url: how to forge dot com /how-to-install-rocketchat-server-with-nginx-on-ubuntu-20-04/

Any idea about how to solve it?

You need to disable cross origin on your browser.

1 Like