{
reason: 'error',
message: 'not_found',
code: 404,
data: {
namespace: 'response',
message: 'Got response error: the route does not exist'
}
}
I saw this: https://github.com/crisp-im/node-crisp-api/issues/8 but I'm not sure if this is an error on my part or something is wrong with the library. All of my website and session ids are correct. Including the timestampbefore.
Hi there!
I'm not sure if I'm doing something wrong, but trying to access the messages in a conversation is returning a "route not found error."
My Code:
Error:
I saw this: https://github.com/crisp-im/node-crisp-api/issues/8 but I'm not sure if this is an error on my part or something is wrong with the library. All of my website and session ids are correct. Including the
timestampbefore
.