Sudden error RequestCanceledException

Hi there,

I had setup an application locally with latest PHP SDK 4.1 and using PHP 8.3. it was working fine, but all of sudden seeing this error below:
{“class”:“Couchbase\Exception\RequestCanceledException”,“message”:“request_canceled (2)”,“code”:2,“file”:“/tmp/pear/temp/couchbase/src/wrapper/connection_handle.cxx:462”}}

Has anyone seen this issue before and how to resolve it? Really appreciate your help :pray:

Set logging to debug and run again.
There should be others messages including the reason the request was cancelled (probably timeout)

1 Like