- 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: 40144 - Unexpected error decoding JWT; decode exception
This will occur when the structure of the received object/token does not match the expected object/token.
This usually occurs for users when they attempt to use one object, such as a RequestToken, and another object is expected instead, such as an Ably Token. In this case you need to ensure the MIME type of your object matches the actual object being sent.