Никола Стојков
Никола Стојков
FFilament
Created by Никола Стојков on 12/9/2024 in #❓┊help
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:
FileUpload::make('image')
->label('Image')
->directory('menu-items')
->image()
->nullable(),
FileUpload::make('image')
->label('Image')
->directory('menu-items')
->image()
->nullable(),
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