Ian D

Results 3 issues of Ian D

Not been able to test extensively so I may be barking up the wrong tree here, but I was really struggling to get any routes firing after following the docs...

Using the example provided, everything worked fine for exactly 3 months from setup. Then, this error started happening: [30-Aug-2021 14:06:02 UTC] PHP Fatal error: Uncaught Automile\Sdk\OAuth\OAuthException: unsupported_grant_type in [path]/vendor/automile/automile-php/lib/OAuth/Http.php:106 Stack...

In my config/app.php I was registering a service as per the docs ``` 'services' => [ ... '\App\Services\UserService', ], ``` But when it came to getting the service, it was...