twilio / twilio-conversations-demo-react

Twilio Conversations Demo Web Application
MIT License
95 stars 287 forks source link

app setup issues #124

Open iamavishkar opened 10 months ago

iamavishkar commented 10 months ago

Hey there!

After cloning when i am installing node modules, it keep saying this to me:

Module not found: Error: Can't resolve '@twilio-paste/icons/esm/ProductSwitcherIcon' in 'D:\csdev\codesymphony\twilio-conversations-demo-react\node_modules\@twilio-paste\product-switcher\dist'

However, somehow I fixed this issue myself but after that I am not able to "create a conversation" as the modal keep saying that Cannot read properties of undefined (reading 'then')

Image has been attached for reference.

tilio-github-1

Thank you for you help

berkus commented 10 months ago

You seem to be offline - do you actually have a proper token and a connection up?

makzpatel commented 10 months ago

@berkus Yes we can login properly with the token. And the connection is also stable.

camr1993 commented 10 months ago

I'm also getting Module not found: Error: Can't resolve '@twilio-paste/icons/esm/ProductSwitcherIcon'

camr1993 commented 10 months ago

this PR fixed the issue for me

berkus commented 7 months ago

@berkus Yes we can login properly with the token. And the connection is also stable.

image

It will not work when Offline.

janainadcacaca commented 2 months ago

I have the same problem, I did the setup on my local machine and on Vercel and both have the same problem. It gives an error when configuring Firebase, but the documentation shows that it is optional. It shouldn't give the error.

If you test without adding the firebase configuration, you will realize that the problem exists. My token returns on the endpoint call, but it still says I'm offline

Screenshot 2024-05-28 at 23 06 39
equintas commented 1 month ago

janainadcacaca May be you're offline. I have denied as connectionState due to incorrect API keys pair.