Wizard error

Hi, what am I suppose to do with an error like that, its really vague. I checked every data types and everything seems good.
No description
Solution:
Ok I fixed my problem but I have another one 🥲
Jump to solution
12 Replies
Dennis Koch
Dennis Koch2y ago
Well, if you think that error is vague, what should we do with just that error? 🤔
DrByte
DrByte2y ago
Expand the vendor frames, and walk through the backtrace to understand more. Maybe also share the link via Flare so others can help walk through it too. Or, like Dennis implied, share your code. Another approach: look at what code you've changed since it last worked without that error. This is where git really comes in handy.
Chriis
ChriisOP2y ago
Well its the first time I try it 😅
Solution
Chriis
Chriis2y ago
Ok I fixed my problem but I have another one 🥲
Chriis
ChriisOP2y ago
A disabled field can still be saved right ? Its not dehydrated by default
awcodes
awcodes2y ago
If it’s not dehydrated it won’t be part of the form data and therefore not saved.
Chriis
ChriisOP2y ago
Ok so a disabled field is what by default ?
awcodes
awcodes2y ago
I don’t know off the top of my head. Dive the code. 😁
Chriis
ChriisOP2y ago
Well I think it is 🙂 With dehydrated() it works
Chriis
ChriisOP2y ago
And for the code there is that, but I'm not sure to understand it 😂
No description
awcodes
awcodes2y ago
Are you trying to save it? Maybe that’s a better question. Because that doesn’t make sense to me. 😅
Chriis
ChriisOP2y ago
Yes, but no problem its all good now I'll know next time 😉

Did you find this page helpful?