christophe

Results 6 comments of christophe

Hello, 1. Yes 2. Yes 3. Nothing i'm not able to reach the 2 routes...

Can it be that the issue is linked to ` "autoload": { "psr-4": { "PanicHD\\PanicHD\\": "src" } } ` With Panic**HD** while panichd is currently installed under /vendor/panichd/panichd

I experienced the same issue with my customers but doesn't seem to be related to the number of option. I requested one of my customers to try the select at...

Same error on my side, to avoid that i've to use my own route and modify the getMagicLinkByToken function to test the validity of the token.. To reproduce: create a...

Hello, Sorry for being late on this... I just validated and it seems that the nullAuthenticator doesn't erase all previous auth mechanism, the API we are using is still pinpointing...

Thanks @patrickcarlohickman after a review on the AttachFileToJob i just found this: ``` protected function defaultHeaders(): array { return [ 'x-api-key' => config('services.api.api_key'), //'Authorization' => null. ---> I removed this......