Frederik Sauer
Frederik Sauer
@ryanmitchell looks like it's something that needs to be added to the core - most likely in `Statamic\Forms\Form::hydrate()`
I'm just curious on how you even define queue when extending `QueuedExport` action 🤔
@bretto36 we had issues with this on a Kubernetes setup using Spaces, and I ended up doing this in the action constructor instead: ```php if ($remoteDisk = config('excel.temporary_files.remote_disk')) { $this->onSuccess(function...
I'm experiencing the same error - when the fault is introduced it seems like the tests are just skipped. This is the output for the suite before introducing the error....
I think Windows 1252 (or CP1252) would be a useful addition. [cp1252.txt](https://github.com/user-attachments/files/16778117/cp1252.txt)
Interesting approach using `Illuminate\Queue\CallQueuedHandler` - I might look into that. The only way I could get Horizon to play nice was to reformat the body using `getRawBody()`
@mihob I took your approach and modified a few bit to our usage and Horizon correctly reports failed, completed etc. ```php
@Xfaider48 is this tested with Horizon as well?
@khepin tests are failing because it's trying to access a static property `$latestResponse`, but I can't find it anywhere in the code 🤯 What kind of ghosts are haunting this...
I'm seeing the same thing. The following page is loaded correctly, but it's still hanging on the previous click. ``` FAILED Tests\Feature\BrowserTest > it verifies login and logout Timeout 5000ms...