36864
Error trying to download export as .xlsx
Bumping this because I still can't figure it out. Everything works fine on dev, but on prod the
ob_end_clean()
triggers an error. I monkey-patched the XlsxDownloader class to just comment out ob_end_clean()
and this seem to be working fine for now, but that's obviously not a solution I'm confortable with long-term.8 replies
Error trying to download export as .xlsx
Yeah that didn't work. Stopped all my workers, hit the export button, ran queue:work, it generated the export files just fine, but when I try to download as .xslx it errors out. Downloading as .csv works fine.
8 replies
Livewire encountered corrupt data when trying to hydrate a component.
I've finally managed to reproduce locally. It appears to only happen when the client's balance is equal to 0. Apparently it doesn't like to parse negative 0. Working around that fixes the issue. Thanks for looking into this!
7 replies
Duplicate queries using bulk action
There are still duplicate queries for just fetching the selected entries though.
This one query is repeated 5 times when opening the bulk action form. Culprit seems to be
Conerns/CanSelectRecords
. Is there any way this can be cached for the request?5 replies