I've integrated DocuSign API with my Laravel App few months back with JWT Authentication. It was working without any issues so far. Two days ago we updated our app to Laravel 9 and since then getting this error while using the DocuSign API:
Error while requesting server, received a non successful HTTP code [400] with response Body: O:8:"stdClass":2:{s:5:"error";s:13:"invalid_grant";s:17:"error_description";s:14:"user_not_found";}
I've checked the configuration for Integration Key, User GuiId. Everything is matched and we didn't change it. So wondering why we're getting this error? Is it related to Laravel upgrade? I googled but didn't see any specific issue which matches with our issues.
Anyone else getting the same after upgrading to Laravel to 9? Any assist from DocuSign team on this issue would be very helpful!