What Can Cause Error '401 Unauthorized' From The Channels REST API?
PreviousWe Are Seeing Timeouts From The Pusher Channels API, What Can We Do?NextWhat Does The "Unsupported event received on socket <event_name>" Error Mean?
Last updated
Last updated
A 401 HTTP response from the Pusher REST API means one of the following:
The credentials are incorrect
The authentication signature is incorrect
The second reason can be caused by the time on the machine creating the signature being incorrect. This is because the signature is created with a timestamp. To remedy ensure the time is correct. See