TwilioDevEd / twiliochat-laravel

Laravel implementation of Twilio Chat
https://www.twilio.com/docs/tutorials/walkthrough/ip-chat/php/laravel
MIT License
22 stars 20 forks source link

getting error when fetching token #126

Open sbansal62 opened 3 years ago

sbansal62 commented 3 years ago

Hi,

I am getting an error after i enter a username and click Connect. "Failed to fetch the Access Token with error: [object Object]"

What could be the reason for this. The route.php and tokencontroller have the code in them.

Also getting another error "MethodNotAllowedHTTPException in RouteCollection.php" when executing this url. http://localhost:8000/token

Please help. Been stuck on this for a while.

All credentials are correct. I get a token when i run this code https://www.twilio.com/docs/iam/access-tokens with the same credentials.

Thanks a lot, Shivam