Hello team, I tried to run the social-messenger-ts repository but unfortunately didn't work.
I added the variable keys to the .env file but this was my final result.

I am also receiving this error on my console tab on Google Chrome.

These were my steps:
yarn install
- copied
.env-example to .env.development
- replaced the example keys with my keys
- run
To find the REACT_APP_STREAM_KEY, I used this value:

To find the REACT_APP_USER_ID, I used this value:

To find the REACT_APP_USER_TOKEN, I used the link mentioned with the secret and user id mentioned above.
Probably, I am missing something since it is my first time using this service, but I would appreciate some help, thank you in advance.
Hello team, I tried to run the social-messenger-ts repository but unfortunately didn't work.
I added the variable keys to the
.envfile but this was my final result.I am also receiving this error on my console tab on Google Chrome.
These were my steps:
yarn install.env-exampleto.env.developmentTo find the
REACT_APP_STREAM_KEY, I used this value:To find the
REACT_APP_USER_ID, I used this value:To find the
REACT_APP_USER_TOKEN, I used the link mentioned with the secret and user id mentioned above.Probably, I am missing something since it is my first time using this service, but I would appreciate some help, thank you in advance.