keithjk
Excel Export with Date Column
Hello, I am trying to use the Actions to export data to Excel (CSV). The function works great except when including a DateTime column. When I include any DateTime column in the export, it returns a blank export. I've also tried to use the formatStateUsing() function to ensure it's converting to a string, with no luck. I've looked through the docs and don't see any information specific to Date or DateTime fields when exporting to Excel.
Has anyone else run into this issue and know how to solve? Or is this a known field type that can't be exported and I'm just not seeing that?
2 replies
GET method not supported for route livewire/update
Hello all. I've been working on an pplication for some time, which includes some Relation Managers. The relation manager worked in v2 but when I updated to v3, certain actions on the relation manager started to lead to a black frame. When I open the error link in a new tab, it says, "The GET method is not supported for route livewire/update. Supported methods: POST." This error comes from both built-in actions, and custom actions. I've reloaded assets, updated packages, cleared caches and the works. I've even recompiled my containers. But can't get the actions to work.
I've been running through several efforts to try and get the action to run, including rebuilding the resources and relation managers from scratch. I've noticed that when dealing with direct fields to the model at hand, it works fine. But when I try to include BelongsToMany relations, is when the error occurs.
Any general guidance on how to deal with this error?
https://flareapp.io/share/87nYgYMP
6 replies