36864
Error trying to download export as .xlsx
An export has recently started failing in production when I try to download as .xslx. It still works fine if I download as .csv.
The same report also works fine locally.
Stack trace is attached.
I have checked the storage folder and I see the .xlsx file there, and I can download it through ftp just fine.
Permissions look fine, they're the same for every file in storage.
Any clue as to where I should start debugging?
8 replies
Livewire encountered corrupt data when trying to hydrate a component.
Getting this error when trying to submit a specific form action in production. I get no errors when running locally.
Livewire encountered corrupt data when trying to hydrate a component.
Ensure that the [name, id, data] of the Livewire component wasn't tampered with between requests.
The stack trace is entirely vendor files, so I don't really know where to begin debugging this.
7 replies
Keeping labels when using a Split in a table
When using a Split to enhance mobile views, the header row is lost even on large screens. Is there a way to prevent this, or to force specific labels for each "column" of the split?
Alternatively, is there a way to Stack two columns without using Split and use a custom label for that?
4 replies
Accessing current selection in bulk action form
Is there a way to access the currently selected elements in a bulk action modal form?
I have AccountEntries which are related to Clients and also to Processes. Client hasMany Process, and I want to be able to move a group of account entries to a different process for that client. I want to load
client.processes
for the selected account entries to show them in a dropdown.3 replies