Corey McMahon

Results 1 comments of Corey McMahon

Solution from @igorsgm above works, with one caveat (at least in our case). We also needed to disable endpoint URL normalisation using: ```php Scribe::normalizeEndpointUrlUsing(fn ($url) => $url); ``` This was...