RocketChat / EmbeddedChat

An easy to use full-stack component (ReactJS) embedding Rocket.Chat into your webapp
https://rocketchat.github.io/EmbeddedChat/docs
112 stars 222 forks source link

Resolve warnings appearing in console #361

Open umangutkarsh opened 8 months ago

umangutkarsh commented 8 months ago

Description:

Some warnings can be resolved in the (console tab of chrome-developer tools (If Browser === Google Chrome)).

Steps to reproduce:

  1. Do yarn storybook.
  2. Right click on screen -> Click on Inspect
  3. Open the console tab. See the warnings

Expected behavior:

These warnings can be resolved.

Actual behavior:

warn.webm

Warnings to resolve:

devanshkansagra commented 8 months ago

I have setup the development environment, but storybook is unable to connect to localhost:3000. it gives me this type of error: image

I have used correct credentials

umangutkarsh commented 8 months ago

I have setup the development environment, but storybook is unable to connect to localhost:3000. it gives me this type of error: image

I have used correct credentials

I am able to login following the same steps. Are you entering the correct credentials? I signed up through this hosted server -> https://chat.avitechlab.com/ . Have you signed up to this?^ Or if you are able to run the RocketChat server locally, have you signed up to that?

devanshkansagra commented 8 months ago

Now I am able to work on this, I have signed in and I have added STORYBOOK_RC_HOST=https://chat.avitechlab.com to .env so that I can directly access that server