Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

169
Views
twilio Error: Fetch resource from "Client/v1/Configuration" failed

i'm using react twilio-chat package for twlio conversation (chat). when I try to create client it throws this error Error: Fetch resource from "Client/v1/Configuration" failed.

this is the decoded token I am passing in it

  "jti": "SK0cXXXXXXXXXXXXXXXXXXXXXX",
  "grants": {
    "identity": "agent@gmail.com",
    "chat": {
      "service_sid": "ISaXXXXXXXXXXXXXXXXXXXXXX"
    },
    "data_sync": {
      "service_sid": "default"
    }
  },
  "iat": 1638XXXX,
  "exp": 1638XXXX,
  "iss": "SK0c3XXXXXXXXXXXXXXXXXXXXXX",
  "sub": "AC769XXXXXXXXXXXXXXXXXXXXXX"
}

here is the code 

import { Client } from "twilio-chat";
import React, { Component } from "react";

var chatClient = {};
    try {
      chatClient = await Client.create(clientToken?.value?.data?.token);
    } catch (error) {
      console.log("Chat Client Error ", error);
    }

Thanks in advance

enter image description here

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

Twilio developer evangelist here.

I believe the @ symbol is a reserved character and should not be used for identities within Twilio Chat. Try an identity that doesn't use the @ symbol.

about 4 years ago · Juan Pablo Isaza Report

0

There was an error in token side. therefore the token did not contain the proper configuration. thanks for the help.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!