What Can Cause Error '401 Unauthorized' From The Channels REST API?
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 What does the Timestamp expired response from REST API mean when triggering an event?
Still have questions? Please reach out to our Support team by visiting this page.
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