Никола Стојков
Moving the code to another server hides resources
As the title suggests, I tried deploying my Filament code to a "production" server and I'm suddenly missing resources in the menu.
Same code, same DB (even dumped it instead of migrations to make sure), no roles or permissions or anything like that that would hide them. Also kidna no pattern, sometimes it's resources, a couple of custom pages, no overlapping logic that would make sense.
Any points as to the obvious thing I"m missing? I might be a bit sleep deprived 😄
5 replies
Help with action modal
Hi everyone,
I'm trying to have a action modal rendered via a panel render hook, but I can't seem to get the action to do anything. Trying multiple YouTube videos/tutorials, it's not even giving me an error, just not doing anything.
Livewire component:
And How I render it:
Any help appreciated.
10 replies
I'm about lost with a weird error
Sorry if this was asked before, but after googling the error, reading through the docs, and trying out multiple things, I'm either an idiot or I can't find info on this error, and I've been trying for a while today.
The error is
No synthesizer found for key: ""
and it happens when I'm using the FormUpload component. Now, the funny thing is that I use the same exact code, which is:
and it works perfectly in my resource. But, I've created a separate page for "Settings", and all the fields work perfectly except the file upload, which yields this error. The FileUpload code is identical sans the label.
Any pointers as to where I shold look to debug this further is greatly appreciated, seeing as the stack error gives me about 0 info.6 replies