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

273
Views
Microsoft graph: UnhandledPromiseRejectionWarning: PolyFillNotAvailable: la biblioteca no puede funcionar sin buscar. Por lo tanto, proporcione polyfill para ello

El gráfico de Microsoft lanza la siguiente excepción al inicializar el cliente usando el token de acceso

ingrese la descripción de la imagen aquí

el token de acceso se generó justo antes de inicializar el cliente y también funciona el mismo token en post-man

que es lo que estoy haciendo mal?

código 👇👇

 let graphClient = graph.Client.init({ // Use the provided access token to authenticate // requests authProvider: (done) => { done(null, accessToken); } });

Respuesta del cartero 👇👇

ingrese la descripción de la imagen aquí

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Citando la guía de instalación :

importe @microsoft/microsoft-graph-client en su módulo y también necesitará polyfills para obtener como isomorphic-fetch.

Aquí está lo que tú necesitas hacer.

 npm install isomorphic-fetch import "isomorphic-fetch"; OR require('isomorphic-fetch');
over 4 years ago · Santiago Trujillo 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!