Token Not Valid Failed to fetch
Token not valid!
OE [Error]: Failed to fetch https://tooniapp.kinde.com/.well-known/jwks.json: Response time-out (after 1500 ms.)
at Timeout.<anonymous> (C:\Users\Dell\Desktop\TCC\app-back\node_modules@kinde-oss\kinde-node-express\dist\index.cjs:313:97995)
at listOnTimeout (node:internal/timers:581:17)
at process.processTimers (node:internal/timers:519:7)
GET /whatsapp/connect 403 ::1
anyone can help me
about this error
the error is token to valid
in development enviroment
Imagem
Prince — 21:17
In production server is working normally, but in localhost it´s don´t work

1 Reply
Hi there,
Thanks for reaching out.
https://tooniapp.kinde.com/.well-known/jwks.json is publicly accessible, but you are getting a response time-out error.
And furthermore, I can see other GET request fail.
This is a network connectivity issue rather than an SDK problem. The Express.js SDK (and most JWT verification libraries) need to fetch this public key file to validate tokens.
Since it works in production but not locally, the issue is likely:
- Local network restrictions
- Firewall blocking outbound HTTPS requests
- DNS resolution issues
- Corporate proxy setting
Please check these and let me know how it goes.