AsuranDex
Issue with Pivot relation on Repeater
Ok, swapped it to a "normal" repeater:
and looks like the same error is thrown: https://flareapp.io/share/OmVwxJ4P
8 replies
Error in production - file_put_contents
Ok i recursively added the write permissions to the storage folder, and that seems to have done the trick, cheers! Never had this issue deploying with Forge before, do you know if this would be a Filament 3 issue or a Forge issue not applying folder permissions properly?
6 replies
Component not found after changing a ->live() element
Yeah i started out with a hyphen and changed it to an underscore just to see what would happen. Thanks for the tip though
Turns out the issue was one of 'laziness'. Livewire 3 seems to look for components at App\Livewire rather than App\Http\Livewire and i'd generated the component using Laravel Idea plugin rather than through the CLI. I recreated the compontent using the CLI and now that its in the "correct" place, it is working fine!
6 replies