- Ably FAQs
- Ably error codes
- Client errors
-
Account billing and packages
-
General
-
Realtime API and client libraries
-
Troubleshooting
-
Channels
-
REST API and client libraries
-
Ably error codes
-
Account and app setup and configuration
-
Ably architecture, transports, and security
-
Performance and Redundancy
-
Push Notifications
-
Integrations
-
Migrating to Ably from an existing service
Error code: 40171 - No means provided to renew auth token
This will usually occur if you haven't provided an authUrl or authCallback in your clientOptions when instancing the Ably REST or Realtime library.
Tokens have a set expiration time, and once that time has been passed the token will no longer be valid for communicating with Ably. If you make use of authUrl or authCallback, a new token will automatically be requested prior to the current one expiring, ensuring that the library can continue to operate.
Further reading:
- A brief explanation of token renewal
- Check out our documentation on Token Authentication
- Check out our tutorial on using Token Authentication